mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
Merge branch 'bugfix/fix_wdt_rst_when_pp_soft_wdt_stop_called' into 'release/v3.1'
fix(esp8266): fix wdt rst when pp soft wdt stop is called See merge request sdk/ESP8266_RTOS_SDK!1205
This commit is contained in:
@ -89,7 +89,7 @@ void IRAM_ATTR esp_task_wdt_reset(void)
|
||||
*/
|
||||
void pp_soft_wdt_stop(void)
|
||||
{
|
||||
|
||||
WDT_FEED();
|
||||
}
|
||||
|
||||
/**
|
||||
@ -97,5 +97,5 @@ void pp_soft_wdt_stop(void)
|
||||
*/
|
||||
void pp_soft_wdt_restart(void)
|
||||
{
|
||||
|
||||
WDT_FEED();
|
||||
}
|
||||
|
Reference in New Issue
Block a user