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.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Application/source/CANTP/cantp_user.h b/Application/source/CANTP/cantp_user.h
index 9113b7f..0ef0736 100644
--- a/Application/source/CANTP/cantp_user.h
+++ b/Application/source/CANTP/cantp_user.h
@@ -2,6 +2,7 @@
 #define CANTP_USER_H__
 #include "cantp.h"
 /* user implemented, send can message */
+#include "Hal_can.h"
 extern TP_uint8_t CANTP_ReadPhyDiagMsg(TP_PDU_t *pdu);
 extern TP_uint8_t CANTP_ReadFunDiagMsg(TP_PDU_t *pdu);
 #endif // CANTP_USER_H__

--
Gitblit v1.8.0