rtic/book/en
Dion Dokter 7a57f16860
Made relation between priority and number explicit
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.
2020-10-15 17:45:34 +02:00
..
src Made relation between priority and number explicit 2020-10-15 17:45:34 +02:00
book.toml Link to GitHub from book 2020-06-11 21:27:57 +02:00