Selaa lähdekoodia

🩹 Fix power.h compile (#23573)

John Lagonikas 2 vuotta sitten
vanhempi
commit
7415c38790
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      Marlin/src/feature/power.h

+ 1
- 1
Marlin/src/feature/power.h Näytä tiedosto

@@ -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…
Peruuta
Tallenna