aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-01-21 23:05:16 +0000
committerGitHub <[email protected]>2025-01-21 23:05:16 +0000
commitcf05aa5ac8cd15510b1c9072fe93885022f9c78d (patch)
treeafb308253dcef4d5809b4987debb190e8023ac1c
parent23cb93081e78ca04ad1b41e2902cf04d8626337e (diff)
parenta40e1699cd2a1ca00e28f8f08b2bbd5c47a93686 (diff)
Merge pull request #3778 from HaoboGu/doc/embassy-time-queue
doc: fix embassy-time doc
-rw-r--r--embassy-time/Cargo.toml2
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.