aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/src/nrf
diff options
context:
space:
mode:
authorFinomnis <finomnis@gmail.com>2023-11-09 00:35:47 +0100
committerEmil Fresk <emil.fresk@gmail.com>2023-11-10 20:49:12 +0000
commitaf550483f50b3106a9be0990bd4b579e2da26e6e (patch)
tree237bbe0a60469c9c44c92d1daaa08ace0e99e230 /rtic-monotonics/src/nrf
parent413955fb39b72a1c08c6852052b0626a175b1ca8 (diff)
Add documentation for imxrt; other doc fixes
Diffstat (limited to 'rtic-monotonics/src/nrf')
-rw-r--r--rtic-monotonics/src/nrf/timer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-monotonics/src/nrf/timer.rs b/rtic-monotonics/src/nrf/timer.rs
index bd544d0..589cc6f 100644
--- a/rtic-monotonics/src/nrf/timer.rs
+++ b/rtic-monotonics/src/nrf/timer.rs
@@ -1,7 +1,7 @@
//! [`Monotonic`] impl for the 32-bit timers of the nRF series.
//!
//! Not all timers are available on all parts. Ensure that only the available
-//! timers are exposed by having the correct `nrf52*` feature enabled for `rtic-monotonic`.
+//! timers are exposed by having the correct `nrf52*` feature enabled for `rtic-monotonics`.
//!
//! # Example
//!