mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
Use local rp2040-hal version when building in-crate
This commit is contained in:
parent
c8609e9ef1
commit
8690d93a6a
|
@ -10,3 +10,9 @@ members = [
|
|||
"boards/adafruit_macropad",
|
||||
"boards/pro_micro_rp2040",
|
||||
]
|
||||
|
||||
[patch.'https://github.com/rp-rs/rp-hal.git']
|
||||
rp2040-hal = { path ="./rp2040-hal" }
|
||||
|
||||
[patch.crates-io]
|
||||
rp2040-hal = { path ="./rp2040-hal" }
|
||||
|
|
Loading…
Reference in a new issue