Browse Source

🩹 Fix power.h compile (#23573)

FB4S_WIFI
John Lagonikas 3 years ago
committed by Scott Lahteine
parent
commit
17099e7973
  1. 2
      Marlin/src/feature/power.h

2
Marlin/src/feature/power.h

@ -25,7 +25,7 @@
* power.h - power control * power.h - power control
*/ */
#if ENABLED(AUTO_POWER_CONTROL) #if EITHER(AUTO_POWER_CONTROL, POWER_OFF_TIMER)
#include "../core/millis_t.h" #include "../core/millis_t.h"
#endif #endif

Loading…
Cancel
Save