mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #497
497: Change misleading documentation left over by PR #464 r=AfoHT a=Cat-Ion Co-authored-by: Valentin Ochs <a@0au.de>
This commit is contained in:
commit
29aef36f67
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ mod app {
|
|||
const RQ1_CEILING: u8 = 2;
|
||||
|
||||
// used to track how many more `bar` messages can be enqueued
|
||||
// `U2` is the capacity of the `bar` task; a max of two instances can be queued
|
||||
// `3-1=2` represents the capacity of this queue
|
||||
// this queue is filled by the framework before `init` runs
|
||||
static mut bar_FQ: Queue<(), 3> = Queue::new();
|
||||
|
||||
|
|
Loading…
Reference in a new issue