Skip to content

Commit

Permalink
Remove IQR Handler Call
Browse files Browse the repository at this point in the history
  • Loading branch information
dnakhooda committed Nov 4, 2024
1 parent cf28eb6 commit 38fa9fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions platforms/stm32f405/src/can.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
HAL_StatusTypeDef can_init(can_t *can)
{
/* set up interrupt & activate CAN */
HAL_CAN_IRQHandler(can->hcan);

int8_t err = HAL_CAN_ActivateNotification(can->hcan,
CAN_IT_RX_FIFO0_MSG_PENDING);
if (err != HAL_OK)
Expand Down

0 comments on commit 38fa9fb

Please sign in to comment.