diff options
-rw-r--r-- | src/peripheral/dwt.rs | 2 |
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, |