aboutsummaryrefslogtreecommitdiff
path: root/embassy-time-driver
diff options
context:
space:
mode:
authorRobin Mueller <[email protected]>2025-09-23 13:55:55 +0200
committerRobin Mueller <[email protected]>2025-09-23 13:55:55 +0200
commit99febbe3a42ac05b723e6e76088d159eb0acfa5e (patch)
treec27843242e930cd6d15cdb7e3456d83df4671430 /embassy-time-driver
parentde5dd10a5832b330465d93399b3a9cb761e24029 (diff)
more docs fixes
Diffstat (limited to 'embassy-time-driver')
-rw-r--r--embassy-time-driver/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time-driver/src/lib.rs b/embassy-time-driver/src/lib.rs
index 32cb68296..44d9a156a 100644
--- a/embassy-time-driver/src/lib.rs
+++ b/embassy-time-driver/src/lib.rs
@@ -6,7 +6,7 @@
6//! 6//!
7//! - Define a struct `MyDriver` 7//! - Define a struct `MyDriver`
8//! - Implement [`Driver`] for it 8//! - Implement [`Driver`] for it
9//! - Register it as the global driver with [`time_driver_impl`](crate::time_driver_impl). 9//! - Register it as the global driver with [`time_driver_impl`].
10//! 10//!
11//! If your driver has a single set tick rate, enable the corresponding [`tick-hz-*`](crate#tick-rate) feature, 11//! If your driver has a single set tick rate, enable the corresponding [`tick-hz-*`](crate#tick-rate) feature,
12//! which will prevent users from needing to configure it themselves (or selecting an incorrect configuration). 12//! which will prevent users from needing to configure it themselves (or selecting an incorrect configuration).