Skip to content

Commit ec48cf3

Browse files
committed
remove unused error
1 parent 1b5b39e commit ec48cf3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/peripheral/dwt.rs

-2
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,6 @@ pub enum ComparatorFunction {
402402
pub enum DwtError {
403403
/// Invalid combination of [AccessType] and [EmitOption].
404404
InvalidFunction,
405-
/// The DWT block does not implement cycle count capabilities.
406-
NoCycleCount,
407405
}
408406

409407
impl Comparator {

0 commit comments

Comments
 (0)