feat: remove redundant loop
This commit is contained in:
@@ -100,7 +100,6 @@ where
|
||||
#[inline]
|
||||
pub fn reset(&self) {
|
||||
P::into_pull_up_input();
|
||||
while P::is_low() {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user