feat: remove redundant loop

This commit is contained in:
doryan 2025-04-30 23:03:55 +04:00
parent 096fa7853f
commit 14bb705e94

View File

@ -100,7 +100,6 @@ where
#[inline]
pub fn reset(&self) {
P::into_pull_up_input();
while P::is_low() {}
}
}