diff --git a/esp-hal/src/timer/systimer.rs b/esp-hal/src/timer/systimer.rs index b2dcb84917..9cd2f36b5f 100644 --- a/esp-hal/src/timer/systimer.rs +++ b/esp-hal/src/timer/systimer.rs @@ -311,7 +311,7 @@ pub trait Unit { } } - /// Convenience method to call [Self::update] and [Self::poll_count]. + /// Reads the current counter value. fn read_count(&self) -> u64 { // This can be a shared reference as long as this type isn't Sync.