Parcourir la source

版本号:2.1.0.16,关闭2.1.0.15的看门狗

CHENJIE-PC\QiXiang_CHENJIE il y a 3 ans
Parent
commit
6d91529d84
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      inc/app.h
  2. 1 1
      inc/bsp_custom.h

+ 1 - 1
inc/app.h

@@ -52,7 +52,7 @@ extern "C" {
 #define	DRVSWVERSION		0x01050000     //驱动层版本号V1.4.0.0  驱动层1.5.0.0,增加了三轴
 //#define	APPSWVERSION		0x01020209     
 //#define	APPSWVERSION		0x02000103
-#define	APPSWVERSION		0x0201000F
+#define	APPSWVERSION		0x02010010
 //--------------------------------------------------------------------------------
 
 #define APP_CONFIG_FILE_LATEST_VERSION 0

+ 1 - 1
inc/bsp_custom.h

@@ -9,7 +9,7 @@ extern "C" {
 #include "hal_module_adapter.h"
 
 //enable wdt
-#define WDT_FEATURE_ENABLE 1
+#define WDT_FEATURE_ENABLE 0
 void BSP_CustomInit(void);
 #ifdef __cplusplus
 }