Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_wdt_rst_when_pp_soft_wdt_stop_called' into '…
Browse files Browse the repository at this point in the history
…release/v3.1'

fix(esp8266): fix wdt rst when pp soft wdt stop is called

See merge request sdk/ESP8266_RTOS_SDK!1205
  • Loading branch information
donghengqaz committed Dec 3, 2019
2 parents afd919c + 0b3ca93 commit a47c353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/esp8266/source/task_wdt.c
Expand Up @@ -89,13 +89,13 @@ void IRAM_ATTR esp_task_wdt_reset(void)
*/
void pp_soft_wdt_stop(void)
{

WDT_FEED();
}

/**
* @brief Just for pass compiling and mark wdt calling line
*/
void pp_soft_wdt_restart(void)
{

WDT_FEED();
}

0 comments on commit a47c353

Please sign in to comment.