Skip to content

Commit

Permalink
Fix dangling link
Browse files Browse the repository at this point in the history
Co-authored-by: 9names <[email protected]>
  • Loading branch information
jannic and 9names committed Nov 21, 2023
1 parent a3fcf14 commit df9d35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rp2040-hal/src/rosc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit df9d35b

Please sign in to comment.