🩹 Fix power.h compile (#23573)

This commit is contained in:
John Lagonikas
2022-05-07 15:38:55 -05:00
committed by Scott Lahteine
parent 63f3e347d9
commit 17099e7973
+1 -1
View File
@@ -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