From 38a1f56035c8199534f57303c6391a9c094fa977 Mon Sep 17 00:00:00 2001 From: Terje Io Date: Sun, 8 Aug 2021 12:52:11 +0200 Subject: [PATCH] Added guard for plasma function definition --- grblHAL_Teensy4/src/driver.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/grblHAL_Teensy4/src/driver.c b/grblHAL_Teensy4/src/driver.c index cc16909..b963d90 100644 --- a/grblHAL_Teensy4/src/driver.c +++ b/grblHAL_Teensy4/src/driver.c @@ -968,9 +968,7 @@ static void stepperPulseStartSynchronized (stepper_t *stepper) #if PLASMA_ENABLE -#if PLASMA_ENABLE static void output_pulse_isr(void); -#endif static axes_signals_t pulse_output = {0};