diff options
| author | Haobo Gu <[email protected]> | 2025-01-16 14:18:37 +0800 |
|---|---|---|
| committer | Haobo Gu <[email protected]> | 2025-01-16 14:20:40 +0800 |
| commit | a40e1699cd2a1ca00e28f8f08b2bbd5c47a93686 (patch) | |
| tree | de9bec9ac2e7dad76b095067388eb0df44cd8c91 /embassy-time/Cargo.toml | |
| parent | 169f9c27aa33a279aad51a92b52fc047a54b82af (diff) | |
doc: embassy-time doc
Signed-off-by: Haobo Gu <[email protected]>
Diffstat (limited to 'embassy-time/Cargo.toml')
| -rw-r--r-- | embassy-time/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml index 374b460c9..a25673ef5 100644 --- a/embassy-time/Cargo.toml +++ b/embassy-time/Cargo.toml | |||
| @@ -51,7 +51,7 @@ mock-driver = ["tick-hz-1_000_000", "dep:embassy-time-queue-utils"] | |||
| 51 | #! To enable it, enable any of the features below. | 51 | #! To enable it, enable any of the features below. |
| 52 | #! | 52 | #! |
| 53 | #! The features also set how many timers are used for the generic queue. At most one | 53 | #! The features also set how many timers are used for the generic queue. At most one |
| 54 | #! `generic-queue-*` feature can be enabled. If none is enabled, a default of 64 timers is used. | 54 | #! `generic-queue-*` feature can be enabled. If none is enabled, `queue_integrated` is used. |
| 55 | #! | 55 | #! |
| 56 | #! When using embassy-time from libraries, you should *not* enable any `generic-queue-*` feature, to allow the | 56 | #! When using embassy-time from libraries, you should *not* enable any `generic-queue-*` feature, to allow the |
| 57 | #! end user to pick. | 57 | #! end user to pick. |
