Skip to content

Commit

Permalink
Fixed build errors whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
bjackson312006 committed Feb 2, 2025
1 parent cf0a54e commit 89d9945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Src/can_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ can_t *can1;

/* Relevant Info for Initializing CAN 1 */
static uint32_t id_list[] = { DTI_CANID_ERPM, DTI_CANID_CURRENTS, BMS_DCL_MSG,
STEERING_CANID_IO };
BUTTON_CANID_IO, DIAL_CANID_IO };

void init_can1(CAN_HandleTypeDef *hcan)
{
Expand Down

0 comments on commit 89d9945

Please sign in to comment.