Skip to content

Commit 46a384c

Browse files
committed
BlockingI2cExt fix
1 parent 24f18a4 commit 46a384c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/i2c/blocking.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ pub trait BlockingI2cExt: I2cExt {
334334
}
335335
}
336336

337+
impl<I2C: I2cExt> BlockingI2cExt for I2C {}
338+
337339
impl<I2C: Instance, const R: u8> Rmp<I2C, R> {
338340
#[allow(clippy::too_many_arguments)]
339341
pub fn blocking_i2c(

0 commit comments

Comments
 (0)