Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Nov 2, 2024
1 parent 22904ca commit 261b153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal/src/timer/systimer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 261b153

Please sign in to comment.