Always define pin enum values

This commit is contained in:
Euan 2024-02-05 23:29:50 +00:00
parent 987c777d66
commit 4b716795a8
1 changed files with 1 additions and 6 deletions

View File

@ -222,13 +222,8 @@ typedef enum {
VESC_PIN_HALL5,
VESC_PIN_HALL6,
VESC_PIN_PPM,
#ifdef PIN_HW_1
VESC_PIN_HW_1,
#endif
#ifdef PIN_HW_2
VESC_PIN_HW_2,
#endif
VESC_PIN_HW_2,
} VESC_PIN;
typedef enum {