Browse Source

🩹 Fix power.h compile (#23573)

John Lagonikas 2 years ago
parent
commit
7415c38790
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/feature/power.h

+ 1
- 1
Marlin/src/feature/power.h View File

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

Loading…
Cancel
Save