diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2020-11-12 18:42:07 +0100 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2020-11-12 18:42:07 +0100 |
| commit | d25017a59cfd7a59019e7b8cc2724e8353df1221 (patch) | |
| tree | f6f16fd6c187afe5c2ee1065b266569b4a7bb596 /book/en/src/by-example/timer-queue.md | |
| parent | 5b8b2383e1c9128303410c76c1be2ca5db947ff9 (diff) | |
Fixed spawn and timer queue docs
Diffstat (limited to 'book/en/src/by-example/timer-queue.md')
| -rw-r--r-- | book/en/src/by-example/timer-queue.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/book/en/src/by-example/timer-queue.md b/book/en/src/by-example/timer-queue.md index 482aebc..2964175 100644 --- a/book/en/src/by-example/timer-queue.md +++ b/book/en/src/by-example/timer-queue.md @@ -29,9 +29,7 @@ on the built-in CYCle CouNTer (CYCCNT). Note that this is a 32-bit timer clocked at the frequency of the CPU and as such it is not suitable for tracking time spans in the order of seconds. -To be able to schedule a software task from a context the name of the task must -first appear in the `schedule` argument of the context attribute. When -scheduling a task the (user-defined) `Instant` at which the task should be +When 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 |
