From 14bb705e9436eb8f4723f294a0060e32d476e6bc Mon Sep 17 00:00:00 2001 From: doryan Date: Wed, 30 Apr 2025 23:03:55 +0400 Subject: [PATCH] feat: remove redundant loop --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) 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() {} } }