more fix
This commit is contained in:
parent
d24b67512f
commit
b2d8d23f4c
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ use core::cmp;
|
||||||
|
|
||||||
use crate::pac::gpio::vals::{Afr, Moder, Ot};
|
use crate::pac::gpio::vals::{Afr, Moder, Ot};
|
||||||
use crate::pac::gpio::Gpio;
|
use crate::pac::gpio::Gpio;
|
||||||
use crate::pac::regs::gpio_v1::vals::Cnf;
|
|
||||||
use core::ops::Deref;
|
use core::ops::Deref;
|
||||||
|
|
||||||
pub struct I2c<'d, T: Instance> {
|
pub struct I2c<'d, T: Instance> {
|
||||||
|
|
Loading…
Reference in a new issue