make rustfmt happy

This commit is contained in:
JuliDi 2025-03-19 10:42:34 +01:00
parent f15c587887
commit 436f940d5a
No known key found for this signature in database
GPG Key ID: E1E90AE563D09D63

View File

@ -861,7 +861,6 @@ impl<'d, T: GpinPin> Gpin<'d, T> {
#[cfg(feature = "_rp235x")]
gpin.gpio().ctrl().write(|w| w.set_funcsel(0x09));
#[cfg(feature = "_rp235x")]
gpin.pad_ctrl().write(|w| {
w.set_iso(false);
@ -952,7 +951,6 @@ impl<'d, T: GpoutPin> Gpout<'d, T> {
#[cfg(feature = "_rp235x")]
gpout.gpio().ctrl().write(|w| w.set_funcsel(0x09));
#[cfg(feature = "_rp235x")]
gpout.pad_ctrl().write(|w| {
w.set_iso(false);