Skip to content

Commit

Permalink
Include power.h
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 18, 2021
1 parent 0e43c17 commit 7e1534e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Marlin/src/module/stepper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ Stepper stepper; // Singleton
bool L64XX_OK_to_power_up = false; // flag to keep L64xx steppers powered down after a reset or power up
#endif

#if ENABLED(AUTO_POWER_CONTROL)
#include "../feature/power.h"
#endif

#if ENABLED(POWER_LOSS_RECOVERY)
#include "../feature/powerloss.h"
#endif
Expand Down

0 comments on commit 7e1534e

Please sign in to comment.