mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Update book/en/src/by-example/timer-queue.md
Co-Authored-By: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
parent
a458a07031
commit
1ccacf2102
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ scheduling a task the (user-defined) `Instant` at which the task should be
|
|||
executed must be passed as the first argument of the `schedule` invocation.
|
||||
|
||||
Additionally, the chosen `monotonic` timer must be configured and initialized
|
||||
during the `#[init]** phase. Note that this is *also* the case if you choose to
|
||||
during the `#[init]` phase. Note that this is *also* the case if you choose to
|
||||
use the `CYCCNT` provided by the `cortex-m-rtfm` crate.
|
||||
|
||||
The example below schedules two tasks from `init`: `foo` and `bar`. `foo` is
|
||||
|
|
Loading…
Reference in a new issue