mirror of
https://github.com/drasko/open-ameba.git
synced 2024-11-21 21:44:19 +00:00
option wdt in sec...
This commit is contained in:
parent
08fac964a3
commit
5e40d9d461
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -61,7 +61,7 @@
|
|||
#define CONFIG_WDG 1
|
||||
#undef CONFIG_WDG_NON
|
||||
#define CONFIG_WDG_NORMAL 1
|
||||
#define CONFIG_WDG_ON_IDLE 1 // add pvvx: wdt on -> main.c + tasks.c
|
||||
#define CONFIG_WDG_ON_IDLE 10 // wdt in sec -> main.c + tasks.c
|
||||
#define CONFIG_GDMA_EN 1
|
||||
#define CONFIG_GDMA_NORMAL 1
|
||||
#undef CONFIG_GDMA_TEST
|
||||
|
|
Loading…
Reference in a new issue