Skip to content

Commit 2418e12

Browse files
committed
doc(support_rp2040): fix a broken intra-doc link
1 parent 11b41b2 commit 2418e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/r3_support_rp2040/src/serial.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
// exemption. It probably should be in a HAL crate.
44
#![cfg(feature = "semver-exempt")]
55

6-
/// The extension trait for `rza1::SCIFx` (e.g., [`rza1::SCIF0`]).
6+
/// The extension trait for [`rp2040::UART0`][].
77
///
88
/// # Safety
99
///
10-
/// This is only meant to be implemented on `rza1::SCIFx`.
10+
/// This is only meant to be implemented on `rp2040::UART0`.
1111
pub unsafe trait UartExt:
1212
core::ops::Deref<Target = rp2040::uart0::RegisterBlock> + Sized
1313
{

0 commit comments

Comments
 (0)