aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2022-08-22 09:11:24 +0200
committerUlf Lilleengen <[email protected]>2022-08-22 16:33:39 +0200
commit5fddff849eea74fb240147432a1739ae1759cb6c (patch)
tree3b90e263e08ae8609e0e501e5e59bc31cb99a732
parentf2daad20ab9acb7e0b8fa3c8079ca8a573817fb0 (diff)
Remove warnings for embassy-time
-rw-r--r--embassy-time/src/driver.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time/src/driver.rs b/embassy-time/src/driver.rs
index 216b27408..79ae14b91 100644
--- a/embassy-time/src/driver.rs
+++ b/embassy-time/src/driver.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`]. 9//! - Register it as the global driver with [`time_driver_impl`](crate::time_driver_impl).
10//! - Enable the Cargo features `embassy-executor/time` and one of `embassy-time/tick-*` corresponding to the 10//! - Enable the Cargo features `embassy-executor/time` and one of `embassy-time/tick-*` corresponding to the
11//! tick rate of your driver. 11//! tick rate of your driver.
12//! 12//!