Browse Source

"Move … code" followup (#20868)

Fix regression from #20832
vanilla_fb_2.0.x
ellensp 3 years ago
committed by GitHub
parent
commit
53035de136
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/MarlinCore.cpp

2
Marlin/src/MarlinCore.cpp

@ -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

Loading…
Cancel
Save