We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23cb930 + a40e169 commit cf05aa5Copy full SHA for cf05aa5
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.
52
#!
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.
+#! `generic-queue-*` feature can be enabled. If none is enabled, `queue_integrated` is used.
55
56
#! When using embassy-time from libraries, you should *not* enable any `generic-queue-*` feature, to allow the
57
#! end user to pick.
0 commit comments