1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-25 04:48:31 +00:00

🩹 Fix power.h compile (#23573)

This commit is contained in:
John Lagonikas 2022-01-20 13:58:36 +02:00 committed by GitHub
parent 900bcbeeca
commit 7415c38790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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