mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-01 08:09:49 +08:00
Merge branch 'bugfix/fix_compiling_error_when_disable_wdt' into 'master'
Fix compiling error when disable watch initialization See merge request sdk/ESP8266_RTOS_SDK!499
This commit is contained in:
@ -87,7 +87,6 @@ config TASK_WDT
|
|||||||
|
|
||||||
config TASK_WDT_PANIC
|
config TASK_WDT_PANIC
|
||||||
bool "Invoke panic handler on Task Watchdog timeout"
|
bool "Invoke panic handler on Task Watchdog timeout"
|
||||||
depends on TASK_WDT
|
|
||||||
default n
|
default n
|
||||||
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
|
||||||
@ -95,7 +94,6 @@ config TASK_WDT_PANIC
|
|||||||
|
|
||||||
choice TASK_WDT_TIMEOUT_S
|
choice TASK_WDT_TIMEOUT_S
|
||||||
prompt "Task Watchdog timeout period (seconds)"
|
prompt "Task Watchdog timeout period (seconds)"
|
||||||
depends on TASK_WDT
|
|
||||||
default TASK_WDT_TIMEOUT_13N
|
default TASK_WDT_TIMEOUT_13N
|
||||||
help
|
help
|
||||||
Timeout period configuration for the Task Watchdog Timer in seconds.
|
Timeout period configuration for the Task Watchdog Timer in seconds.
|
||||||
|
Reference in New Issue
Block a user