diff options
| author | Henrik Alsér <[email protected]> | 2022-07-08 08:03:38 +0200 |
|---|---|---|
| committer | Henrik Alsér <[email protected]> | 2022-07-08 08:03:38 +0200 |
| commit | 43aec9083c601478f300795aa55effad0f9ee41c (patch) | |
| tree | 533c51b8426951c75976a795ef2329ba78d0a83d | |
| parent | 51dc9b8de0356415a63e1677f5277d1ef771eb74 (diff) | |
Cleanup
| -rw-r--r-- | embassy-stm32/src/i2c/v2.rs | 1 |
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")] |
| 834 | mod eh1 { | 834 | mod 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 { |
