Skip to content

Commit

Permalink
make intra-doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
TDHolmes committed Dec 16, 2021
1 parent cc88f6a commit 7935c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peripheral/dwt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ pub enum ComparatorFunction {
/// Compare cycle count & target value.
///
/// **NOTE**: only supported by comparator 0 and if the HW supports the cycle counter.
/// Check `dwt.has_cycle_counter` for support. See C1.8.1 for more details.
/// Check [`DWT::has_cycle_counter`] for support. See C1.8.1 for more details.
CycleCount(CycleCountSettings),
}

Expand Down

0 comments on commit 7935c89

Please sign in to comment.