diff options
author | 2021-12-16 09:37:54 -0800 | |
---|---|---|
committer | 2021-12-19 12:13:47 -0800 | |
commit | ec48cf3c24e7debb27770e31cec6ba54fb1484a0 (patch) | |
tree | b276ca1e87b40d4abea13539625826d7076fc760 /src | |
parent | 1b5b39e5d9de9e8e715aeec71f8b0476b9aa9c8f (diff) | |
download | cortex-m-ec48cf3c24e7debb27770e31cec6ba54fb1484a0.tar.gz cortex-m-ec48cf3c24e7debb27770e31cec6ba54fb1484a0.tar.zst cortex-m-ec48cf3c24e7debb27770e31cec6ba54fb1484a0.zip |
remove unused error
Diffstat (limited to 'src')
-rw-r--r-- | src/peripheral/dwt.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/peripheral/dwt.rs b/src/peripheral/dwt.rs index e4845c7..3886b43 100644 --- a/src/peripheral/dwt.rs +++ b/src/peripheral/dwt.rs @@ -402,8 +402,6 @@ pub enum ComparatorFunction { pub enum DwtError { /// Invalid combination of [AccessType] and [EmitOption]. InvalidFunction, - /// The DWT block does not implement cycle count capabilities. - NoCycleCount, } impl Comparator { |