Skip to content

Commit

Permalink
"Move … code" followup (MarlinFirmware#20868)
Browse files Browse the repository at this point in the history
Fix regression from MarlinFirmware#20832
  • Loading branch information
ellensp authored and W4tel-BiDi committed Apr 5, 2021
1 parent 07edf5f commit f8737dd
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 f8737dd

Please sign in to comment.