Skip to content

Commit fda37a4

Browse files
committed
Comment out unused code
1 parent 5f3c63b commit fda37a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/comparator.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ pub enum Hysteresis {
167167
H70mV = 0b111,
168168
}
169169

170-
#[derive(Copy, Clone, Eq, PartialEq)]
170+
/*#[derive(Copy, Clone, Eq, PartialEq)]
171171
pub enum PowerMode {
172172
HighSpeed = 0b00,
173173
MediumSpeed = 0b01,
174-
}
174+
}*/
175175

176176
/// Comparator positive input
177177
pub trait PositiveInput<C> {

0 commit comments

Comments
 (0)