Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
18820471
Commit
18820471
authored
Nov 24, 2015
by
Damien George
Browse files
stmhal/irq: Add comment about SDIO priority being higher than DMA.
parent
22bd2311
Changes
1
Hide whitespace changes
Inline
Side-by-side
stmhal/irq.h
View file @
18820471
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment