mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 15:39:31 +00:00
parent
d7ca3ea27c
commit
53035de136
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue