diff options
author | 2020-10-15 17:45:34 +0200 | |
---|---|---|
committer | 2020-10-15 17:45:34 +0200 | |
commit | 7a57f1686063fec31d9a04678bd997ab57c91b7b (patch) | |
tree | 4f1506bce07294454531b81b66e690f5f9e36708 /examples/t-htask-main.rs | |
parent | ee0885063d5b1cc4eddd3918ff425796f6213464 (diff) | |
download | rtic-7a57f1686063fec31d9a04678bd997ab57c91b7b.tar.gz rtic-7a57f1686063fec31d9a04678bd997ab57c91b7b.tar.zst rtic-7a57f1686063fec31d9a04678bd997ab57c91b7b.zip |
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.
Diffstat (limited to 'examples/t-htask-main.rs')
0 files changed, 0 insertions, 0 deletions