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:
Dong Heng
2018-09-18 16:04:02 +08:00

View File

@ -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.