aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32/src/i2c/v1.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-stm32/src/i2c/v1.rs b/embassy-stm32/src/i2c/v1.rs
index 72cc46c04..f56e50f9b 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> {
282 282
283#[cfg(feature = "unstable-traits")] 283#[cfg(feature = "unstable-traits")]
284mod eh1 { 284mod eh1 {
285 use super::super::{RxDma, TxDma};
286 use super::*; 285 use super::*;
287 286
288 impl embedded_hal_1::i2c::Error for Error { 287 impl embedded_hal_1::i2c::Error for Error {