aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Alsér <[email protected]>2022-07-08 08:03:38 +0200
committerHenrik Alsér <[email protected]>2022-07-08 08:03:38 +0200
commit43aec9083c601478f300795aa55effad0f9ee41c (patch)
tree533c51b8426951c75976a795ef2329ba78d0a83d
parent51dc9b8de0356415a63e1677f5277d1ef771eb74 (diff)
Cleanup
-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 3161d9d53..08b43bebd 100644
--- a/embassy-stm32/src/i2c/v2.rs
+++ b/embassy-stm32/src/i2c/v2.rs
@@ -832,7 +832,6 @@ impl Timings {
832 832
833#[cfg(feature = "unstable-traits")] 833#[cfg(feature = "unstable-traits")]
834mod eh1 { 834mod eh1 {
835 use super::super::{RxDma, TxDma};
836 use super::*; 835 use super::*;
837 836
838 impl embedded_hal_1::i2c::Error for Error { 837 impl embedded_hal_1::i2c::Error for Error {