From 401c636215f02e750939e550bc02622ea7834f3c Mon Sep 17 00:00:00 2001 From: datdenkikniet Date: Thu, 13 Apr 2023 18:10:29 +0200 Subject: rtic-monotonics: Add some docs --- 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 8c248f9..ac1fc1a 100644 --- a/rtic-monotonics/src/rp2040.rs +++ b/rtic-monotonics/src/rp2040.rs @@ -1,4 +1,4 @@ -//! A monotonic implementation for RP2040's Timer peripheral. +//! [`Monotonic`] implementation for RP2040's Timer peripheral. //! //! # Example //! -- cgit v1.2.3