diff options
author | 2021-12-14 08:24:23 -0800 | |
---|---|---|
committer | 2021-12-19 12:13:47 -0800 | |
commit | 12c4c8283cf8e4ad87be00434af4ac7308559383 (patch) | |
tree | 76e0d49cda78c754685be327d8a2b16e59a0d87a | |
parent | 1b9b2293cd72842902869bbfb22246817089b049 (diff) | |
download | cortex-m-12c4c8283cf8e4ad87be00434af4ac7308559383.tar.gz cortex-m-12c4c8283cf8e4ad87be00434af4ac7308559383.tar.zst cortex-m-12c4c8283cf8e4ad87be00434af4ac7308559383.zip |
more correct comment
-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, |