Skip to content

Commit

Permalink
fix(esp8266): fix wdt rst when pp soft wdt stop is called
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang Jun Hao committed Nov 29, 2019
1 parent 1f3a82e commit 0b3ca93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/esp8266/source/task_wdt.c
Original file line number Diff line number Diff line change
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 0b3ca93

Please sign in to comment.