aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-rp/src/i2c.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-rp/src/i2c.rs b/embassy-rp/src/i2c.rs
index 52f910cef..ab56c9359 100644
--- a/embassy-rp/src/i2c.rs
+++ b/embassy-rp/src/i2c.rs
@@ -499,6 +499,7 @@ macro_rules! impl_instance {
499 499
500 type Interrupt = crate::interrupt::$irq; 500 type Interrupt = crate::interrupt::$irq;
501 501
502 #[inline]
502 fn regs() -> pac::i2c::I2c { 503 fn regs() -> pac::i2c::I2c {
503 pac::$type 504 pac::$type
504 } 505 }