Skip to content

Commit 298f38b

Browse files
thejpster9names
andauthored
Update rp235x-hal/src/timer.rs
Co-authored-by: 9names <60134748+9names@users.noreply.github.com>
1 parent 8262524 commit 298f38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rp235x-hal/src/timer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//!
77
//! Each of the 4 alarms can match on the lower 32 bits of Counter and trigger an interrupt.
88
//!
9-
//! See [Section 12.8](https://datasheets.raspberrypi.org/.pdf) of the datasheet for more details.
9+
//! See [Section 12.8](https://rptl.io/rp2350-datasheet) of the datasheet for more details.
1010
1111
use core::sync::atomic::{AtomicU8, Ordering};
1212
use fugit::{MicrosDurationU32, MicrosDurationU64, TimerInstantU64};

0 commit comments

Comments
 (0)