Skip to content

Commit

Permalink
Added to filter
Browse files Browse the repository at this point in the history
  • Loading branch information
dnakhooda committed Jan 26, 2025
1 parent 417216b commit 10a5d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/Src/can_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ static osMessageQueueId_t can_inbound_queue;
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 };
static uint32_t id_list[] = { DTI_CANID_ERPM, CONTROL_CANID_FANBATTBOX,
BMS_DCL_MSG, STEERING_CANID_IO };

void init_can1(CAN_HandleTypeDef *hcan)
{
Expand Down

0 comments on commit 10a5d60

Please sign in to comment.