Update software_tasks.md

This commit is contained in:
Riccardo Casatta 2022-03-07 21:05:34 +01:00 committed by GitHub
parent a765f3fffa
commit 750b1853ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Software tasks & spawn
The RTIC concept of a software task shares a lot with that of [hardware tasks][hardware_tasks.md]
The RTIC concept of a software task shares a lot with that of [hardware tasks](./hardware_tasks.md)
with the core difference that a software task is not explicitly bound to a specific
interrupt vector, but rather a “dispatcher” interrupt vector running
at the same priority as the software task.