1 parent 22bd231 commit 1882047Copy full SHA for 1882047
1 file changed
stmhal/irq.h
@@ -69,6 +69,7 @@ MP_DECLARE_CONST_FUN_OBJ(pyb_enable_irq_obj);
69
#define IRQ_PRI_FLASH 1
70
#define IRQ_SUBPRI_FLASH 1
71
72
+// SDIO must be higher priority than DMA for SDIO DMA transfers to work.
73
#define IRQ_PRI_SDIO 4
74
#define IRQ_SUBPRI_SDIO 0
75
0 commit comments