From 0bf90e4402cc1e6c31780ce83c0a05ccd013bba4 Mon Sep 17 00:00:00 2001 From: Terje Io Date: Fri, 10 Jan 2025 17:08:59 +0100 Subject: [PATCH] fixed another typo... --- main/boards/sourcerabbit_4axis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/boards/sourcerabbit_4axis.h b/main/boards/sourcerabbit_4axis.h index 7fad713..b72d8ad 100644 --- a/main/boards/sourcerabbit_4axis.h +++ b/main/boards/sourcerabbit_4axis.h @@ -103,7 +103,7 @@ #define AUXOUTPUT4_PIN GPIO_NUM_23 // Coolant mist // Define driver spindle pins -#if DRIVER_SPINDLE1_ENABLE & SPINDLE_PWM +#if DRIVER_SPINDLE_ENABLE & SPINDLE_PWM #define SPINDLE_PWM_PIN AUXOUTPUT0_PIN #endif #if DRIVER_SPINDLE_ENABLE & SPINDLE_ENA