diff --git a/embassy-stm32/src/i2c/v1.rs b/embassy-stm32/src/i2c/v1.rs index 72cc46c0..f56e50f9 100644 --- a/embassy-stm32/src/i2c/v1.rs +++ b/embassy-stm32/src/i2c/v1.rs @@ -282,7 +282,6 @@ impl<'d, T: Instance> embedded_hal_02::blocking::i2c::WriteRead for I2c<'d, T> { #[cfg(feature = "unstable-traits")] mod eh1 { - use super::super::{RxDma, TxDma}; use super::*; impl embedded_hal_1::i2c::Error for Error {