aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Oliva <[email protected]>2023-10-11 23:47:24 +0200
committerAndres Oliva <[email protected]>2023-10-11 23:47:24 +0200
commite6c47c371823b61124276da9677f1aa1d4b2a2f7 (patch)
tree991030c2c0d3820e0dcddca5d4eb1f2b98105b73
parent2f7c2750d1ec1f741c5c7900a73aca392abecaa3 (diff)
cargo fmt
-rw-r--r--embassy-stm32/src/i2c/v2.rs1
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};
16use crate::dma::NoDma; 16use crate::dma::NoDma;
17#[cfg(feature = "time")] 17#[cfg(feature = "time")]
18use crate::dma::Transfer; 18use crate::dma::Transfer;
19
20use crate::gpio::sealed::AFType; 19use crate::gpio::sealed::AFType;
21use crate::gpio::Pull; 20use crate::gpio::Pull;
22use crate::i2c::{Error, Instance, SclPin, SdaPin}; 21use crate::i2c::{Error, Instance, SclPin, SdaPin};