From 298f38bcee55cf0920a848356ac5e1d6c8cf92ae Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Fri, 23 Aug 2024 10:12:17 +0100 Subject: [PATCH] Update rp235x-hal/src/timer.rs Co-authored-by: 9names <60134748+9names@users.noreply.github.com> --- rp235x-hal/src/timer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp235x-hal/src/timer.rs b/rp235x-hal/src/timer.rs index fb2ed80bb..0caf3ef1f 100644 --- a/rp235x-hal/src/timer.rs +++ b/rp235x-hal/src/timer.rs @@ -6,7 +6,7 @@ //! //! Each of the 4 alarms can match on the lower 32 bits of Counter and trigger an interrupt. //! -//! See [Section 12.8](https://datasheets.raspberrypi.org/.pdf) of the datasheet for more details. +//! See [Section 12.8](https://rptl.io/rp2350-datasheet) of the datasheet for more details. use core::sync::atomic::{AtomicU8, Ordering}; use fugit::{MicrosDurationU32, MicrosDurationU64, TimerInstantU64};