From 2bc089ad15659c53102beb5864ab32125f86dd06 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Tue, 21 Nov 2023 18:54:54 +0100 Subject: [PATCH] Fix dangling link Co-authored-by: 9names <60134748+9names@users.noreply.github.com> --- rp2040-hal/src/rosc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp2040-hal/src/rosc.rs b/rp2040-hal/src/rosc.rs index 28a142866..93a0ab17b 100644 --- a/rp2040-hal/src/rosc.rs +++ b/rp2040-hal/src/rosc.rs @@ -12,7 +12,7 @@ //! let mut rnd = RingOscillator::new(pac.ROSC).initialize(); //! let random_value: u32 = rnd.gen(); //! ``` - +//! [`rand`]: https://docs.rs/rand use fugit::HertzU32; use crate::{pac::ROSC, typelevel::Sealed};