Move Power Loss Recovery check

This commit is contained in:
Scott Lahteine
2020-04-19 01:11:56 -05:00
parent 2ae00db43e
commit d96c769fd6
3 changed files with 9 additions and 8 deletions

View File

@@ -1161,10 +1161,6 @@ void setup() {
SETUP_RUN(est_init());
#endif
#if ENABLED(POWER_LOSS_RECOVERY)
SETUP_RUN(recovery.check());
#endif
#if ENABLED(USE_WATCHDOG)
SETUP_RUN(watchdog_init()); // Reinit watchdog after HAL_get_reset_source call
#endif