mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
use i2c-pio's main branch (#491)
This commit is contained in:
parent
119534d2da
commit
34124363eb
|
@ -30,4 +30,4 @@ rp2040-hal = { path = "./rp2040-hal" }
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
rp2040-hal = { path = "./rp2040-hal" }
|
rp2040-hal = { path = "./rp2040-hal" }
|
||||||
i2c-pio = { git = "https://github.com/ithinuel/i2c-pio-rs", branch = "fix-pio-exec-instruction" }
|
i2c-pio = { git = "https://github.com/rp-rs/i2c-pio-rs" }
|
||||||
|
|
Loading…
Reference in a new issue