aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {