瀏覽代碼

看门狗打开unilog测试

CHENJIE-PC\QiXiang_CHENJIE 3 年之前
父節點
當前提交
44fec44c52
共有 2 個文件被更改,包括 2 次插入2 次删除
  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		0x02010010
+#define	APPSWVERSION		0x02010011
 //--------------------------------------------------------------------------------
 
 #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 0
+#define WDT_FEATURE_ENABLE 1
 void BSP_CustomInit(void);
 #ifdef __cplusplus
 }