Browse Source

stm32g4: irc.json: fix FDCAN1_INT0/1 swap

The swapped lines generated the wrong nvic.h, then jumping into the wrong ISR.
See data sheet RM0440rev7 (page442, table 97).

Reviewed-by: Karl Palsson <karlp@tweak.au>
pull/1301/merge
TomasPech 1 year ago
committed by Karl Palsson
parent
commit
1acf0c1f56
  1. 2
      include/libopencm3/stm32/g4/irq.json

2
include/libopencm3/stm32/g4/irq.json

@ -21,8 +21,8 @@
"adc12",
"usb_hp",
"usb_lp",
"fdcan1_intr1",
"fdcan1_intr0",
"fdcan1_intr1",
"exti9_5",
"tim1_brk_tim15",
"tim1_up_tim16",

Loading…
Cancel
Save