From d8a5f3225d105585a4f181ed884adb2a861e0d13 Mon Sep 17 00:00:00 2001 From: tao_z <tzj0429@163.com> Date: Sat, 11 Jun 2022 02:36:46 +0800 Subject: [PATCH] 修改ee虚拟地址方式 --- 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