Skip to content

Commit

Permalink
Also use "power.cpp" if PSU_CONTROL is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
marciot committed Jul 14, 2021
1 parent 7ae9645 commit 270046a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/feature/power.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include "../inc/MarlinConfig.h"

#if ENABLED(AUTO_POWER_CONTROL)
#if EITHER(PSU_CONTROL, AUTO_POWER_CONTROL)

#include "power.h"
#include "../module/stepper/indirection.h"
Expand Down

0 comments on commit 270046a

Please sign in to comment.