Added guard for plasma function definition
This commit is contained in:
parent
a1bf405261
commit
38a1f56035
|
@ -968,9 +968,7 @@ static void stepperPulseStartSynchronized (stepper_t *stepper)
|
||||||
|
|
||||||
#if PLASMA_ENABLE
|
#if PLASMA_ENABLE
|
||||||
|
|
||||||
#if PLASMA_ENABLE
|
|
||||||
static void output_pulse_isr(void);
|
static void output_pulse_isr(void);
|
||||||
#endif
|
|
||||||
|
|
||||||
static axes_signals_t pulse_output = {0};
|
static axes_signals_t pulse_output = {0};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue