mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-19 17:04:47 +08:00
fix(esp8266): Fix compiling error when disable watch initialization
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