Skip to content

Commit

Permalink
fixed another typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeio committed Jan 10, 2025
1 parent bf91bc0 commit 0bf90e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/boards/sourcerabbit_4axis.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bf90e4

Please sign in to comment.