aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Tyler Holmes <tyler@holmesengineering.com> 2021-12-14 08:24:23 -0800
committerGravatar Tyler Holmes <tyler@holmesengineering.com> 2021-12-19 12:13:47 -0800
commit12c4c8283cf8e4ad87be00434af4ac7308559383 (patch)
tree76e0d49cda78c754685be327d8a2b16e59a0d87a
parent1b9b2293cd72842902869bbfb22246817089b049 (diff)
downloadcortex-m-12c4c8283cf8e4ad87be00434af4ac7308559383.tar.gz
cortex-m-12c4c8283cf8e4ad87be00434af4ac7308559383.tar.zst
cortex-m-12c4c8283cf8e4ad87be00434af4ac7308559383.zip
more correct comment
-rw-r--r--src/peripheral/dwt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripheral/dwt.rs b/src/peripheral/dwt.rs
index b827dce..7c3e344 100644
--- a/src/peripheral/dwt.rs
+++ b/src/peripheral/dwt.rs
@@ -428,7 +428,7 @@ impl Comparator {
// emit a Debug Watchpoint event, either halting execution or
// firing a `DebugMonitor` exception
0b0111,
- // don't emit (we're going to fire an exception not trace)
+ // emit_range is N/A for cycle count compare
false,
// don't compare data
false,