mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(interrupts): reorder esp32s3 irq names to align with the respective irq numbers
This commit is contained in:
parent
0f51501495
commit
754b2a0de1
@ -80,8 +80,8 @@ const char *const esp_isr_names[ETS_MAX_INTR_SOURCE] = {
|
|||||||
[74] = "DMA_OUT_CH3",
|
[74] = "DMA_OUT_CH3",
|
||||||
[75] = "DMA_OUT_CH4",
|
[75] = "DMA_OUT_CH4",
|
||||||
[76] = "RSA",
|
[76] = "RSA",
|
||||||
[77] = "SHA",
|
[77] = "AES",
|
||||||
[78] = "AES",
|
[78] = "SHA",
|
||||||
[79] = "FROM_CPU_INTR0",
|
[79] = "FROM_CPU_INTR0",
|
||||||
[80] = "FROM_CPU_INTR1",
|
[80] = "FROM_CPU_INTR1",
|
||||||
[81] = "FROM_CPU_INTR2",
|
[81] = "FROM_CPU_INTR2",
|
||||||
|
Loading…
Reference in New Issue
Block a user