Browse Source

Merge pull request #435 from sgorsh/master

Fixed analog comparators IRQ names.
main
Paul Stoffregen 4 years ago
parent
commit
7ffccccf9f
No account linked to committer's email address
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      teensy4/imxrt.h

+ 4
- 4
teensy4/imxrt.h View File

@@ -129,10 +129,10 @@ enum IRQ_NUMBER_t {
IRQ_ADC_ETC2 = 120,
IRQ_ADC_ETC_ERR = 121,
IRQ_PIT = 122,
IRQ_ACMP0 = 123,
IRQ_ACMP1 = 124,
IRQ_ACMP2 = 125,
IRQ_ACMP3 = 126,
IRQ_ACMP1 = 123,
IRQ_ACMP2 = 124,
IRQ_ACMP3 = 125,
IRQ_ACMP4 = 126,
IRQ_Reserved4 = 127,
IRQ_Reserved5 = 128,
IRQ_ENC1 = 129,

Loading…
Cancel
Save