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