Skip to content

Commit

Permalink
Updated NUM_CAN_IDS to MAX_CAN_ID in the CANId enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
KnockbackNemo committed Nov 17, 2023
1 parent 03f262c commit 347ef98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Drivers/Inc/CANbus.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ typedef enum {
ARRAY_CONTACTOR_STATE_CHANGE = 0x24F,
CONTROL_MODE = 0x580,
IO_STATE = 0x581,
NUM_CAN_IDS
MAX_CAN_ID
} CANId_t;

/**
Expand Down

0 comments on commit 347ef98

Please sign in to comment.