Skip to content

Commit 616b770

Browse files
authored
Merge pull request #202 from David-OConnor/i2cfix
Replaced I2C with H7 implementation to fix a problem with repeating starts
2 parents 1c7212b + 983a1da commit 616b770

File tree

2 files changed

+187
-248
lines changed

2 files changed

+187
-248
lines changed

src/flash.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ macro_rules! generate_register {
9393
#[doc = " register"]
9494
pub struct $a;
9595

96-
9796
impl $a {
9897
#[allow(unused)]
9998
pub(crate) fn $b(&mut self) -> &flash::$a {

0 commit comments

Comments
 (0)