Browse Source

Undefine… redux

Scott Lahteine 5 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
 #if DISABLED(PSU_CONTROL) || !PIN_EXISTS(PS_ON)
789
 #if DISABLED(PSU_CONTROL) || !PIN_EXISTS(PS_ON)
790
   #undef PS_ON_PIN
790
   #undef PS_ON_PIN
791
 #endif
791
 #endif
792
-#if !PIN_EXISTS(KILL_PIN)
792
+#if !PIN_EXISTS(KILL)
793
   #undef KILL_PIN
793
   #undef KILL_PIN
794
 #endif
794
 #endif
795
-#if !PIN_EXISTS(SUICIDE_PIN)
795
+#if !PIN_EXISTS(SUICIDE)
796
   #undef SUICIDE_PIN
796
   #undef SUICIDE_PIN
797
 #endif
797
 #endif
798
 
798
 

Loading…
Cancel
Save