blob: fc16489d5a84937af675f526f0de2aa7cedde700 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#define IRQ_PRIORITY_I2S_SD 7
#define IRQ_PRIORITY_EVE 5
#define IRQ_PRIORITY_CTP 5
#define IRQ_PRIORITY_SPI_XCHG 5
#define IRQ_PRIORITY_NET_CTS 4
#define IRQ_PRIORITY_NET_RTS 4
#define IRQ_PRIORITY_UART 2
|