diff options
| author | Henrik Alsér <[email protected]> | 2022-07-07 00:00:17 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-07-07 15:46:30 +0200 |
| commit | be731b222e24e7463dcdf907c60077cd6b1c3f05 (patch) | |
| tree | 18549748e326f2c9fa8d026241a0f3d4f0ca122c | |
| parent | 0fe818f4f8343668baa9e04697a7095de830f5b6 (diff) | |
Cleanup
| -rw-r--r-- | embassy-stm32/src/i2c/v1.rs | 1 |
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")] |
| 284 | mod eh1 { | 284 | mod 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 { |
