mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Fixing bad english
This commit is contained in:
parent
380a20859c
commit
f37a928c36
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