Browse Source

"Move … code" followup (#20868)

Fix regression from #20832
ellensp 4 years ago
parent
commit
53035de136
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/MarlinCore.cpp

+ 1
- 1
Marlin/src/MarlinCore.cpp View File

953
   #endif
953
   #endif
954
 
954
 
955
   #if HAS_SUICIDE
955
   #if HAS_SUICIDE
956
-    SETUP_LOG("SUICIDE_PIN")
956
+    SETUP_LOG("SUICIDE_PIN");
957
     OUT_WRITE(SUICIDE_PIN, !SUICIDE_PIN_INVERTING);
957
     OUT_WRITE(SUICIDE_PIN, !SUICIDE_PIN_INVERTING);
958
   #endif
958
   #endif
959
 
959
 

Loading…
Cancel
Save