diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-05-31 03:25:10 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-05-31 03:25:10 +0200 |
| commit | b2d8d23f4cd18717d7199f3d7f9ec33037db4a3e (patch) | |
| tree | fa947d2638139c2dbea86282d8137de2a39108ed | |
| parent | d24b67512f74e095e54c2f5d840a49a73f520d64 (diff) | |
more fix
| -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 23180e406..ac9719638 100644 --- a/embassy-stm32/src/i2c/v1.rs +++ b/embassy-stm32/src/i2c/v1.rs | |||
| @@ -15,7 +15,6 @@ use core::cmp; | |||
| 15 | 15 | ||
| 16 | use crate::pac::gpio::vals::{Afr, Moder, Ot}; | 16 | use crate::pac::gpio::vals::{Afr, Moder, Ot}; |
| 17 | use crate::pac::gpio::Gpio; | 17 | use crate::pac::gpio::Gpio; |
| 18 | use crate::pac::regs::gpio_v1::vals::Cnf; | ||
| 19 | use core::ops::Deref; | 18 | use core::ops::Deref; |
| 20 | 19 | ||
| 21 | pub struct I2c<'d, T: Instance> { | 20 | pub struct I2c<'d, T: Instance> { |
