Merge branch 'feature/modify_use_wdt_dump_default' into 'master'

Enable task watch dog dump information default

See merge request 
This commit is contained in:
Dong Heng
2018-10-15 09:55:58 +08:00

@ -108,7 +108,7 @@ config TASK_WDT
config TASK_WDT_PANIC
bool "Invoke panic handler on Task Watchdog timeout"
default n
default y
help
If this option is enabled, the Task Watchdog Timer will be configured to
trigger the panic handler when it times out. And it may cost some time.