mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-27 22:15:07 +01:00
7a57f16860
When quickly reading through the priorities chapter, I couldn't find in which order the priorities were, so I assumed it was the same as in the hardware. In the cortex-m hardware, interrupts with the **lower** priority number will preempt the other interrupts. RTIC does the reverse, so I think it's good to be more explicit about it. |
||
---|---|---|
.. | ||
app.md | ||
new.md | ||
resources.md | ||
tasks.md | ||
timer-queue.md | ||
tips.md | ||
types-send-sync.md |