diff --git a/embassy/src/time/duration.rs b/embassy/src/time/duration.rs index db0e2cf2d..38b0c0832 100644 --- a/embassy/src/time/duration.rs +++ b/embassy/src/time/duration.rs @@ -46,9 +46,6 @@ impl Duration { } } - /* - NOTE: us delays may not be as accurate - */ /// Creates a duration from the specified number of microseconds /// NOTE: Delays this small may be inaccurate. pub const fn from_micros(micros: u64) -> Duration {