Skip to content

Commit

Permalink
"Move … code" followup (#20868)
Browse files Browse the repository at this point in the history
Fix regression from #20832
  • Loading branch information
ellensp authored and thinkyhead committed Apr 29, 2021
1 parent 70ee5e9 commit a576ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/MarlinCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ void setup() {
#endif

#if HAS_SUICIDE
SETUP_LOG("SUICIDE_PIN")
SETUP_LOG("SUICIDE_PIN");
OUT_WRITE(SUICIDE_PIN, !SUICIDE_PIN_INVERTING);
#endif

Expand Down

0 comments on commit a576ab8

Please sign in to comment.