Browse Source

Undefine… redux

pull/1/head
Scott Lahteine 5 years ago
parent
commit
ce74e4b3e4
  1. 4
      Marlin/src/pins/pins.h

4
Marlin/src/pins/pins.h

@ -789,10 +789,10 @@
#if DISABLED(PSU_CONTROL) || !PIN_EXISTS(PS_ON) #if DISABLED(PSU_CONTROL) || !PIN_EXISTS(PS_ON)
#undef PS_ON_PIN #undef PS_ON_PIN
#endif #endif
#if !PIN_EXISTS(KILL_PIN) #if !PIN_EXISTS(KILL)
#undef KILL_PIN #undef KILL_PIN
#endif #endif
#if !PIN_EXISTS(SUICIDE_PIN) #if !PIN_EXISTS(SUICIDE)
#undef SUICIDE_PIN #undef SUICIDE_PIN
#endif #endif

Loading…
Cancel
Save