parent
71eafbf96b
commit
c5901cb04d
2
pinio.c
2
pinio.c
|
|
@ -12,7 +12,7 @@ void power_off() {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef STEPPER_ENABLE_PIN
|
#ifdef STEPPER_ENABLE_PIN
|
||||||
WRITE(STEPPER_ENABLE_PIN, STEPPER_ENABLE_INVERT ^ 1)
|
WRITE(STEPPER_ENABLE_PIN, STEPPER_ENABLE_INVERT ^ 1);
|
||||||
#endif
|
#endif
|
||||||
#ifdef PS_ON_PIN
|
#ifdef PS_ON_PIN
|
||||||
SET_INPUT(PS_ON_PIN);
|
SET_INPUT(PS_ON_PIN);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue