diff options
| author | Barnaby Walters <[email protected]> | 2023-12-22 17:33:24 +0100 |
|---|---|---|
| committer | Barnaby Walters <[email protected]> | 2023-12-22 17:33:24 +0100 |
| commit | 5150deb70b171ef536d1d08946e72199c458180b (patch) | |
| tree | 5c21378c49162d5ffb61bc244425ad2bdb476f28 /embassy-time/Cargo.toml | |
| parent | 0fb57ef87d678830e2ccb3753432535897bbb1c3 (diff) | |
Minor typo corrections
Diffstat (limited to 'embassy-time/Cargo.toml')
| -rw-r--r-- | embassy-time/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml index 534894b20..7259169cd 100644 --- a/embassy-time/Cargo.toml +++ b/embassy-time/Cargo.toml | |||
| @@ -41,11 +41,11 @@ mock-driver = ["tick-hz-1_000_000"] | |||
| 41 | 41 | ||
| 42 | #! ### Generic Queue | 42 | #! ### Generic Queue |
| 43 | 43 | ||
| 44 | ## Create a global, generic queue that can be used with any executor | 44 | ## Create a global, generic queue that can be used with any executor. |
| 45 | ## To use this you must have a time driver provided. | 45 | ## To use this you must have a time driver provided. |
| 46 | generic-queue = [] | 46 | generic-queue = [] |
| 47 | 47 | ||
| 48 | #! The following features set how many timers are used for the generic queue. At most 1 | 48 | #! The following features set how many timers are used for the generic queue. At most one |
| 49 | #! `generic-queue-*` feature can be enabled. If none is enabled, a default of 64 timers is used. | 49 | #! `generic-queue-*` feature can be enabled. If none is enabled, a default of 64 timers is used. |
| 50 | #! | 50 | #! |
| 51 | #! When using embassy-time from libraries, you should *not* enable any `generic-queue-*` feature, to allow the | 51 | #! When using embassy-time from libraries, you should *not* enable any `generic-queue-*` feature, to allow the |
