aboutsummaryrefslogtreecommitdiff
path: root/embassy-time/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-time/Cargo.toml')
-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.