From 7935c89e890ea19519158a1ac04411900d09a015 Mon Sep 17 00:00:00 2001 From: Tyler Holmes Date: Thu, 16 Dec 2021 10:00:39 -0800 Subject: [PATCH] make intra-doc link --- src/peripheral/dwt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peripheral/dwt.rs b/src/peripheral/dwt.rs index 3886b430..db0398d0 100644 --- a/src/peripheral/dwt.rs +++ b/src/peripheral/dwt.rs @@ -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), }