From f453cfb645516628a6d1fa36e2ca633e1da6d708 Mon Sep 17 00:00:00 2001 From: tao_z <tzj0429@163.com> Date: Sun, 07 Aug 2022 22:27:57 +0800 Subject: [PATCH] 修改数据传输最小长度限制 --- Application/source/CANTP/cantp_user.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Application/source/CANTP/cantp_user.c b/Application/source/CANTP/cantp_user.c index 6c72ddd..4e22c9b 100644 --- a/Application/source/CANTP/cantp_user.c +++ b/Application/source/CANTP/cantp_user.c @@ -1,7 +1,7 @@ #include "cantp.h" #include "cantp_user.h" -#include "Hal_can.h" #include <string.h> + extern void CANTP_drive_Tx(TP_PDU_t *msg, TP_uint32_t channel) { CAN_PDU_t msg_tx = {0}; -- Gitblit v1.8.0