Fixing bad english

This commit is contained in:
Emil Fresk 2021-09-27 11:57:43 +02:00
parent 380a20859c
commit f37a928c36

View file

@ -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.