We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8262524 commit 298f38bCopy full SHA for 298f38b
rp235x-hal/src/timer.rs
@@ -6,7 +6,7 @@
6
//!
7
//! Each of the 4 alarms can match on the lower 32 bits of Counter and trigger an interrupt.
8
9
-//! 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.
10
11
use core::sync::atomic::{AtomicU8, Ordering};
12
use fugit::{MicrosDurationU32, MicrosDurationU64, TimerInstantU64};
0 commit comments