Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0104d2a

Browse files
committed
feat(esp_common): enable watch dog panic function
1 parent c4f549d commit 0104d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_common/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ menu "Common ESP-related"
108108
config ESP_TASK_WDT_PANIC
109109
bool "Invoke panic handler on Task Watchdog timeout"
110110
depends on ESP_TASK_WDT
111-
default n
111+
default y
112112
help
113113
If this option is enabled, the Task Watchdog Timer will be configured to
114114
trigger the panic handler when it times out. This can also be configured

0 commit comments

Comments
 (0)