From af550483f50b3106a9be0990bd4b579e2da26e6e Mon Sep 17 00:00:00 2001 From: Finomnis Date: Thu, 9 Nov 2023 00:35:47 +0100 Subject: Add documentation for imxrt; other doc fixes --- rtic-monotonics/src/rp2040.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtic-monotonics/src/rp2040.rs') diff --git a/rtic-monotonics/src/rp2040.rs b/rtic-monotonics/src/rp2040.rs index 43e6770..130c7d3 100644 --- a/rtic-monotonics/src/rp2040.rs +++ b/rtic-monotonics/src/rp2040.rs @@ -31,7 +31,7 @@ use core::future::Future; pub use fugit::{self, ExtU64}; use rp2040_pac::{timer, Interrupt, NVIC, RESETS, TIMER}; -/// Timer implementing `rtic_monotonic::Monotonic` which runs at 1 MHz. +/// Timer implementing [`Monotonic`] which runs at 1 MHz. pub struct Timer; impl Timer { -- cgit v1.2.3