Skip to content

Commit

Permalink
Merge branch 'fix_esp32s3_irq_names' into 'master'
Browse files Browse the repository at this point in the history
fix(interrupts): reorder esp32s3 irq names to align with the respective irq numbers

See merge request espressif/esp-idf!26442
  • Loading branch information
erhankur committed Oct 13, 2023
2 parents 9adb19f + c418a39 commit 681647f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/soc/esp32s3/interrupts.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ const char *const esp_isr_names[ETS_MAX_INTR_SOURCE] = {
[74] = "DMA_OUT_CH3",
[75] = "DMA_OUT_CH4",
[76] = "RSA",
[77] = "SHA",
[78] = "AES",
[77] = "AES",
[78] = "SHA",
[79] = "FROM_CPU_INTR0",
[80] = "FROM_CPU_INTR1",
[81] = "FROM_CPU_INTR2",
Expand Down

0 comments on commit 681647f

Please sign in to comment.