Ver código fonte

Fix IRQ numbers for IMXRT1062

teensy4-core
PaulStoffregen 5 anos atrás
pai
commit
25e6876450
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      teensy4/imxrt.h

+ 3
- 3
teensy4/imxrt.h Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar