Browse Source

Fix IRQ numbers for IMXRT1062

main
PaulStoffregen 5 years ago
parent
commit
25e6876450
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      teensy4/imxrt.h

+ 3
- 3
teensy4/imxrt.h View File

@@ -160,9 +160,9 @@ enum IRQ_NUMBER_t {
IRQ_FLEXPWM4_FAULT = 151,
IRQ_ENET2 = 152, // RT1060 only
IRQ_ENET2_TIMER = 153, // RT1060 only
IRQ_Reserved6 = 154,
IRQ_Reserved7 = 155,
IRQ_CAN3 = 156, // RT1060 only
IRQ_CAN3 = 154, // RT1060 only
IRQ_Reserved6 = 155,
IRQ_FLEXIO3 = 156, // RT1060 only
IRQ_GPIO6789 = 157, // RT1060 only
IRQ_SJC_DEBUG = 158,
IRQ_NMI_WAKEUP = 159

Loading…
Cancel
Save