dependency update

This commit is contained in:
Robin Mueller
2025-07-22 00:26:09 +02:00
parent dc8b4b84b4
commit 002104347a
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ license = "Apache-2.0"
[dependencies]
cortex-m = { version = "0.7" }
cfg-if = "1"
derive-mmio = { git = "https://github.com/knurling-rs/derive-mmio.git" }
derive-mmio = { git = "https://github.com/knurling-rs/derive-mmio.git", version = "0.6" }
bitbybit = "1.3"
arbitrary-int = "1.3"
static_assertions = "1.1"

View File

@@ -631,7 +631,7 @@ pub struct I2c {
_reserved_0: [u32; 0x2D],
#[mmio(inner)]
#[mmio(Inner)]
slave: slave::I2cSlave,
#[cfg(feature = "vor1x")]