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

diff --git a/Application/source/uds_modules/did.h b/Application/source/uds_modules/did.h
index ffe8a3d..6f0b45f 100644
--- a/Application/source/uds_modules/did.h
+++ b/Application/source/uds_modules/did.h
@@ -76,4 +76,8 @@
 void did_init(void);
 extern int8_t FblReadProgramBlock(void);
 extern int8_t FblWriteProgramBlock(void);
+extern void DID_UpdateProgramCnt(void);
+extern void DID_UpdateAtpProgramCnt(void);
+extern int8_t DID_SaveProgamDataToNvm(void);
+extern void DID_SetWriteSaveFlag(void);
 #endif /* DID_H */

--
Gitblit v1.8.0