@@ -91,7 +91,7 @@ void wd_reset(void){
|
||||
#ifdef MAPLE_STM32F1
|
||||
IWDG->KR = 0xAAAA;
|
||||
#else
|
||||
HAL_watchdog_refresh();
|
||||
hal.watchdog_refresh();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ void mks_wifi_empty_uart(void){
|
||||
}
|
||||
|
||||
void wd_reset(void){
|
||||
HAL_watchdog_refresh();
|
||||
hal.watchdog_refresh();
|
||||
}
|
||||
|
||||
void mks_wifi_hw_restore(void){
|
||||
|
||||
Reference in New Issue
Block a user