diff --git a/src/lib.rs b/src/lib.rs index cb76ec3..ff78c0f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -100,7 +100,6 @@ where #[inline] pub fn reset(&self) { P::into_pull_up_input(); - while P::is_low() {} } }