diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-11-12 17:48:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-12 17:48:54 +0000 |
| commit | c6a8477b9b0a9f848f5308b670cf335bd98f6590 (patch) | |
| tree | f6f16fd6c187afe5c2ee1065b266569b4a7bb596 /book/en/src/by-example/timer-queue.md | |
| parent | 5b8b2383e1c9128303410c76c1be2ca5db947ff9 (diff) | |
| parent | d25017a59cfd7a59019e7b8cc2724e8353df1221 (diff) | |
Merge #407
407: Fixed spawn and timer queue docs r=AfoHT a=korken89
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
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 |
