Skip to content

Commit

Permalink
Update rp235x-hal/src/timer.rs
Browse files Browse the repository at this point in the history
Co-authored-by: 9names <[email protected]>
  • Loading branch information
thejpster and 9names authored Aug 23, 2024
1 parent 8262524 commit 298f38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rp235x-hal/src/timer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 298f38b

Please sign in to comment.