mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Correct grammar in 1.5.2 Software tasks & spawn
This commit is contained in:
parent
3da25c75cf
commit
ce6e014cf0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ bound interrupt vector.
|
|||
These free interrupts used as dispatchers are interrupt vectors not used by hardware tasks.
|
||||
|
||||
The `#[task]` attribute used on a function declare it as a software tasks.
|
||||
The static method `task_name::spawn()` spawn (start) a software task and
|
||||
The static method `task_name::spawn()` spawns (starts) a software task and
|
||||
given that there are no higher priority tasks running the task will start executing directly.
|
||||
|
||||
A list of “free” and usable interrupts allows the framework to dispatch software tasks.
|
||||
|
|
Loading…
Reference in a new issue