Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabramz committed Jan 11, 2025
1 parent 56a5fea commit d1e7a3f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Core/Src/can_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,8 @@ void init_rl_can_msg(uint32_t id, uint32_t msg_rate)
*/
void init_can_msg_config()
{
init_rl_can_msg(DISCHARGE_CANID, 4000);
init_rl_can_msg(CHARGE_CANID, 3000);
init_rl_can_msg(BMS_STATUS_CANID, 7000);
// EXAMPLE
//init_rl_can_msg(DISCHARGE_CANID, 4000);
}

void init_both_can(CAN_HandleTypeDef *hcan1, CAN_HandleTypeDef *hcan2)
Expand Down

0 comments on commit d1e7a3f

Please sign in to comment.