Browse Source

Undefine… redux

Scott Lahteine 4 years ago
parent
commit
ce74e4b3e4
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/pins/pins.h

+ 2
- 2
Marlin/src/pins/pins.h View File

@@ -789,10 +789,10 @@
789 789
 #if DISABLED(PSU_CONTROL) || !PIN_EXISTS(PS_ON)
790 790
   #undef PS_ON_PIN
791 791
 #endif
792
-#if !PIN_EXISTS(KILL_PIN)
792
+#if !PIN_EXISTS(KILL)
793 793
   #undef KILL_PIN
794 794
 #endif
795
-#if !PIN_EXISTS(SUICIDE_PIN)
795
+#if !PIN_EXISTS(SUICIDE)
796 796
   #undef SUICIDE_PIN
797 797
 #endif
798 798
 

Loading…
Cancel
Save