We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1c2a1 commit d33c0a6Copy full SHA for d33c0a6
targets/TARGET_STM/can_api.c
@@ -579,15 +579,15 @@ void CAN2_SCE_IRQHandler(void)
579
#if defined(CAN3_BASE) && defined(CAN_3)
580
void CAN3_RX0_IRQHandler(void)
581
{
582
- can_irq(CAN_3, 1);
+ can_irq(CAN_3, 2);
583
}
584
void CAN3_TX_IRQHandler(void)
585
586
587
588
void CAN3_SCE_IRQHandler(void)
589
590
591
592
#endif
593
#endif // else
0 commit comments