mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-16 14:27:32 +00:00
🩹 Fix power.h compile (#23573)
This commit is contained in:
parent
900bcbeeca
commit
7415c38790
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue