Skip to content

Commit

Permalink
Added commas to enum to match new enum generation format.
Browse files Browse the repository at this point in the history
  • Loading branch information
KnockbackNemo committed Nov 17, 2023
1 parent 347ef98 commit 5d3ddfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Drivers/Inc/Contactors.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#define MOTOR_CONTROLLER_PRECHARGE_BYPASS_PIN GPIO_Pin_12

#define FOREACH_contactor(contactor) \
contactor(ARRAY_PRECHARGE_BYPASS_CONTACTOR) \
contactor(MOTOR_CONTROLLER_PRECHARGE_BYPASS_CONTACTOR) \
contactor(ARRAY_PRECHARGE_BYPASS_CONTACTOR), \
contactor(MOTOR_CONTROLLER_PRECHARGE_BYPASS_CONTACTOR), \

typedef enum contactor_ENUM {
FOREACH_contactor(GENERATE_ENUM)
Expand Down

0 comments on commit 5d3ddfb

Please sign in to comment.