mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +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
|
||||
|
||||
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
|
||||
`#[idle]`). This also means that you can directly bind tasks to interrupt handlers.
|
||||
|
||||
|
|
Loading…
Reference in a new issue