make rustfmt happy
This commit is contained in:
parent
f15c587887
commit
436f940d5a
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user