feat: remove redundant loop
This commit is contained in:
parent
096fa7853f
commit
14bb705e94
|
@ -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() {}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue