Skip to content

Commit

Permalink
Fix IRQ Handler on STM32F0xx.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Butler committed Aug 21, 2024
1 parent 0f2c1f6 commit b000df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions STM32_CAN.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ to same folder with sketch and haven #define HAL_CAN_MODULE_ENABLED there. See e
#if defined(STM32F0xx)
#define CAN1_TX_IRQn CEC_CAN_IRQn
#define CAN1_RX0_IRQn CEC_CAN_IRQn
#define CAN1_RX0_IRQHandler CEC_CAN_IRQHandler
#endif

#include <Arduino.h>
Expand Down

0 comments on commit b000df6

Please sign in to comment.