Skip to content

Commit 38dfcb7

Browse files
committed
Fix dead/ambiguous links
1 parent dd08f5f commit 38dfcb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cortex-m-semihosting/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ pub unsafe fn syscall<T>(nr: usize, arg: &T) -> usize {
200200
///
201201
/// # Safety
202202
///
203-
/// Same as [`syscall`].
203+
/// Same as [`syscall()`].
204204
#[inline(always)]
205205
pub unsafe fn syscall1(_nr: usize, _arg: usize) -> usize {
206206
match () {

cortex-m/src/peripheral/dwt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ pub enum EmitOption {
368368
WatchpointDebugEvent,
369369
/// Generate a `CMPMATCH[N]` event.
370370
///
371-
/// See more in section "CMPMATCH[N] event generation" page C1-730.
371+
/// See more in section "`CMPMATCH[N]` event generation" page C1-730.
372372
CompareMatchEvent,
373373
}
374374

0 commit comments

Comments
 (0)