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

Skip to content

Commit 604a4cb

Browse files
committed
Merge branch 'bugfix/default_task_watchdog_timeout' into 'master'
Change the default timer label in menuconfig See merge request sdk/ESP8266_RTOS_SDK!1392
2 parents a6fb921 + f03e81b commit 604a4cb

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)