rtic/book
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
..
en Made relation between priority and number explicit 2020-10-15 17:45:34 +02:00
ru Rename RTFM to RTIC 2020-06-11 17:18:29 +00:00