diff options
| author | JuliDi <[email protected]> | 2025-03-19 10:42:34 +0100 |
|---|---|---|
| committer | JuliDi <[email protected]> | 2025-03-19 10:42:34 +0100 |
| commit | 436f940d5a8398e6aebd328db4da22aec775d1e6 (patch) | |
| tree | acf5144776bccfd0e9e73b86e7d6532165370d79 | |
| parent | f15c587887b39c8027c8c557794b027e09e27d30 (diff) | |
make rustfmt happy
| -rw-r--r-- | embassy-rp/src/clocks.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-rp/src/clocks.rs b/embassy-rp/src/clocks.rs index 9423a7e13..705dde62a 100644 --- a/embassy-rp/src/clocks.rs +++ b/embassy-rp/src/clocks.rs | |||
| @@ -861,7 +861,6 @@ impl<'d, T: GpinPin> Gpin<'d, T> { | |||
| 861 | #[cfg(feature = "_rp235x")] | 861 | #[cfg(feature = "_rp235x")] |
| 862 | gpin.gpio().ctrl().write(|w| w.set_funcsel(0x09)); | 862 | gpin.gpio().ctrl().write(|w| w.set_funcsel(0x09)); |
| 863 | 863 | ||
| 864 | |||
| 865 | #[cfg(feature = "_rp235x")] | 864 | #[cfg(feature = "_rp235x")] |
| 866 | gpin.pad_ctrl().write(|w| { | 865 | gpin.pad_ctrl().write(|w| { |
| 867 | w.set_iso(false); | 866 | w.set_iso(false); |
| @@ -952,7 +951,6 @@ impl<'d, T: GpoutPin> Gpout<'d, T> { | |||
| 952 | #[cfg(feature = "_rp235x")] | 951 | #[cfg(feature = "_rp235x")] |
| 953 | gpout.gpio().ctrl().write(|w| w.set_funcsel(0x09)); | 952 | gpout.gpio().ctrl().write(|w| w.set_funcsel(0x09)); |
| 954 | 953 | ||
| 955 | |||
| 956 | #[cfg(feature = "_rp235x")] | 954 | #[cfg(feature = "_rp235x")] |
| 957 | gpout.pad_ctrl().write(|w| { | 955 | gpout.pad_ctrl().write(|w| { |
| 958 | w.set_iso(false); | 956 | w.set_iso(false); |
