Skip to content

Commit

Permalink
Fixes build for STM32F3.
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsracz committed Aug 22, 2022
1 parent 23ec472 commit e5796e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freertos_drivers/st/Stm32Can.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
#define CAN_TX_IRQN USB_HP_CAN_TX_IRQn
#define CAN_IRQN CAN_TX_IRQN
#define CAN_SECOND_IRQN USB_LP_CAN_RX0_IRQn
#define CAN_THIRD_IRQN CAN1_SCE_IRQn
#define CAN_THIRD_IRQN CAN_SCE_IRQn
#define CAN_CLOCK (cm3_cpu_clock_hz >> 1)

#elif defined (STM32L431xx) || defined (STM32L432xx)
Expand Down

0 comments on commit e5796e2

Please sign in to comment.