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

Skip to content

Commit f03e81b

Browse files
committed
task_watchdog: Fixed the default timeout
The watchdog timeout was mistakenly getting set to 6 seconds instead of 26 seconds due to incorrect macro being used.
1 parent a6fb921 commit f03e81b

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
@@ -116,7 +116,7 @@ menu "Common ESP-related"
116116

117117
choice ESP_TASK_WDT_TIMEOUT_S
118118
prompt "Task Watchdog timeout period (seconds)"
119-
default TASK_WDT_TIMEOUT_15N
119+
default ESP_TASK_WDT_TIMEOUT_15N
120120
help
121121
Timeout period configuration for the Task Watchdog Timer in seconds.
122122
This is also configurable at run time.

0 commit comments

Comments
 (0)