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,7 +953,7 @@ void setup() {
953 953
   #endif
954 954
 
955 955
   #if HAS_SUICIDE
956
-    SETUP_LOG("SUICIDE_PIN")
956
+    SETUP_LOG("SUICIDE_PIN");
957 957
     OUT_WRITE(SUICIDE_PIN, !SUICIDE_PIN_INVERTING);
958 958
   #endif
959 959
 

Loading…
Cancel
Save