Skip to content

Commit 73baf15

Browse files
committed
add i2c pins
1 parent fc762c9 commit 73baf15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/i2c.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ use crate::pac::{
2929
i2c1::{
3030
RegisterBlock,
3131
cr2::RD_WRNW,
32-
},
33-
I2C1,
32+
}
3433
};
34+
pub use crate::pac::I2C1;
3535
use crate::rcc::Rcc;
3636
use crate::time::Hertz;
3737
use cast::u8;

0 commit comments

Comments
 (0)