Skip to content

Commit

Permalink
🩹 Fix power.h compile (MarlinFirmware#23573)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeleps authored and tomek2k1 committed Jan 13, 2023
1 parent 478a636 commit d24eded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/feature/power.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* power.h - power control
*/

#if ENABLED(AUTO_POWER_CONTROL)
#if EITHER(AUTO_POWER_CONTROL, POWER_OFF_TIMER)
#include "../core/millis_t.h"
#endif

Expand Down

0 comments on commit d24eded

Please sign in to comment.