feat(esp_common): enable watch dog panic function

This commit is contained in:
Dong Heng
2020-03-02 14:16:52 +08:00
parent c4f549dbc1
commit 0104d2a718

View File

@ -108,7 +108,7 @@ menu "Common ESP-related"
config ESP_TASK_WDT_PANIC config ESP_TASK_WDT_PANIC
bool "Invoke panic handler on Task Watchdog timeout" bool "Invoke panic handler on Task Watchdog timeout"
depends on ESP_TASK_WDT depends on ESP_TASK_WDT
default n default y
help help
If this option is enabled, the Task Watchdog Timer will be configured to If this option is enabled, the Task Watchdog Timer will be configured to
trigger the panic handler when it times out. This can also be configured trigger the panic handler when it times out. This can also be configured