Skip to content

Commit

Permalink
remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
TDHolmes committed Dec 16, 2021
1 parent 65efd3d commit cc88f6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/peripheral/dwt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cc88f6a

Please sign in to comment.