diff options
| author | xoviat <[email protected]> | 2023-07-29 12:03:01 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-07-29 12:03:01 -0500 |
| commit | a9f6e30bcdd3d288f1fba71311c9ae1f67f2d25a (patch) | |
| tree | a73e71c04629d91950b308970f8e8219e4bf2ca3 | |
| parent | 0d7b005252a0168c779292bf9457f1a654e42386 (diff) | |
rustfmt
| -rw-r--r-- | embassy-stm32/src/gpio.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-stm32/src/gpio.rs b/embassy-stm32/src/gpio.rs index d2e61d23f..0cc269cfd 100644 --- a/embassy-stm32/src/gpio.rs +++ b/embassy-stm32/src/gpio.rs | |||
| @@ -4,7 +4,6 @@ use core::convert::Infallible; | |||
| 4 | use embassy_hal_internal::{impl_peripheral, into_ref, PeripheralRef}; | 4 | use embassy_hal_internal::{impl_peripheral, into_ref, PeripheralRef}; |
| 5 | 5 | ||
| 6 | use crate::pac::gpio::{self, vals}; | 6 | use crate::pac::gpio::{self, vals}; |
| 7 | use crate::usb_otg::Out; | ||
| 8 | use crate::{pac, peripherals, Peripheral}; | 7 | use crate::{pac, peripherals, Peripheral}; |
| 9 | 8 | ||
| 10 | /// GPIO flexible pin. | 9 | /// GPIO flexible pin. |
