stmhal/irq: Add comment about SDIO priority being higher than DMA.
This commit is contained in:
parent
22bd23114a
commit
18820471ae
@ -69,6 +69,7 @@ MP_DECLARE_CONST_FUN_OBJ(pyb_enable_irq_obj);
|
||||
#define IRQ_PRI_FLASH 1
|
||||
#define IRQ_SUBPRI_FLASH 1
|
||||
|
||||
// SDIO must be higher priority than DMA for SDIO DMA transfers to work.
|
||||
#define IRQ_PRI_SDIO 4
|
||||
#define IRQ_SUBPRI_SDIO 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user