diff options
| author | Andres Oliva <[email protected]> | 2023-10-11 23:47:24 +0200 |
|---|---|---|
| committer | Andres Oliva <[email protected]> | 2023-10-11 23:47:24 +0200 |
| commit | e6c47c371823b61124276da9677f1aa1d4b2a2f7 (patch) | |
| tree | 991030c2c0d3820e0dcddca5d4eb1f2b98105b73 | |
| parent | 2f7c2750d1ec1f741c5c7900a73aca392abecaa3 (diff) | |
cargo fmt
| -rw-r--r-- | embassy-stm32/src/i2c/v2.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-stm32/src/i2c/v2.rs b/embassy-stm32/src/i2c/v2.rs index 291ac13fd..41aa0b6d0 100644 --- a/embassy-stm32/src/i2c/v2.rs +++ b/embassy-stm32/src/i2c/v2.rs | |||
| @@ -16,7 +16,6 @@ use embassy_time::{Duration, Instant}; | |||
| 16 | use crate::dma::NoDma; | 16 | use crate::dma::NoDma; |
| 17 | #[cfg(feature = "time")] | 17 | #[cfg(feature = "time")] |
| 18 | use crate::dma::Transfer; | 18 | use crate::dma::Transfer; |
| 19 | |||
| 20 | use crate::gpio::sealed::AFType; | 19 | use crate::gpio::sealed::AFType; |
| 21 | use crate::gpio::Pull; | 20 | use crate::gpio::Pull; |
| 22 | use crate::i2c::{Error, Instance, SclPin, SdaPin}; | 21 | use crate::i2c::{Error, Instance, SclPin, SdaPin}; |
