Remove warnings for embassy-time

This commit is contained in:
Ulf Lilleengen 2022-08-22 09:11:24 +02:00
parent f2daad20ab
commit 5fddff849e

View file

@ -6,7 +6,7 @@
//!
//! - Define a struct `MyDriver`
//! - Implement [`Driver`] for it
//! - Register it as the global driver with [`time_driver_impl`].
//! - Register it as the global driver with [`time_driver_impl`](crate::time_driver_impl).
//! - Enable the Cargo features `embassy-executor/time` and one of `embassy-time/tick-*` corresponding to the
//! tick rate of your driver.
//!