mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #534
534: Fixing bad english r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
This commit is contained in:
commit
58a4920576
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Hardware tasks
|
# Hardware tasks
|
||||||
|
|
||||||
In it's core RTIC is based on using the interrupt controller in the hardware to do scheduling and
|
At its core RTIC is based on using the interrupt controller in the hardware to do scheduling and
|
||||||
run tasks, as all tasks in the framework are run as interrupt handlers (except `#[init]` and
|
run tasks, as all tasks in the framework are run as interrupt handlers (except `#[init]` and
|
||||||
`#[idle]`). This also means that you can directly bind tasks to interrupt handlers.
|
`#[idle]`). This also means that you can directly bind tasks to interrupt handlers.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue