From 2c8058e6575f4e0238a98140d8ddcb5afb11f44c Mon Sep 17 00:00:00 2001 From: ethan <tzj0429@163.com> Date: Tue, 13 Sep 2022 20:23:06 +0800 Subject: [PATCH] 上传cantp的库 --- 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