Browse Source

看门狗打开unilog测试

CHENJIE-PC\QiXiang_CHENJIE 3 years ago
parent
commit
44fec44c52
2 changed files with 2 additions and 2 deletions
  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	DRVSWVERSION		0x01050000     //驱动层版本号V1.4.0.0  驱动层1.5.0.0,增加了三轴
 //#define	APPSWVERSION		0x01020209     
 //#define	APPSWVERSION		0x01020209     
 //#define	APPSWVERSION		0x02000103
 //#define	APPSWVERSION		0x02000103
-#define	APPSWVERSION		0x02010010
+#define	APPSWVERSION		0x02010011
 //--------------------------------------------------------------------------------
 //--------------------------------------------------------------------------------
 
 
 #define APP_CONFIG_FILE_LATEST_VERSION 0
 #define APP_CONFIG_FILE_LATEST_VERSION 0

+ 1 - 1
inc/bsp_custom.h

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