Skip to content

Commit

Permalink
fix M81 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored Apr 1, 2023
1 parent c47189a commit b99a688
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 @@ -43,7 +43,7 @@
#endif

Power powerManager;
bool Power::psu_on;
bool Power::psu_on = true;

#if ENABLED(AUTO_POWER_CONTROL)
#include "../module/stepper.h"
Expand Down

0 comments on commit b99a688

Please sign in to comment.