diff options
| -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> { |
