Skip to content

Commit

Permalink
Fix dead/ambiguous links
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Jun 30, 2024
1 parent dd08f5f commit 38dfcb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cortex-m-semihosting/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ pub unsafe fn syscall<T>(nr: usize, arg: &T) -> usize {
///
/// # Safety
///
/// Same as [`syscall`].
/// Same as [`syscall()`].
#[inline(always)]
pub unsafe fn syscall1(_nr: usize, _arg: usize) -> usize {
match () {
Expand Down
2 changes: 1 addition & 1 deletion cortex-m/src/peripheral/dwt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ pub enum EmitOption {
WatchpointDebugEvent,
/// Generate a `CMPMATCH[N]` event.
///
/// See more in section "CMPMATCH[N] event generation" page C1-730.
/// See more in section "`CMPMATCH[N]` event generation" page C1-730.
CompareMatchEvent,
}

Expand Down

0 comments on commit 38dfcb7

Please sign in to comment.