Use local rp2040-hal version when building in-crate

This commit is contained in:
9names 2021-10-02 19:57:25 +10:00
parent c8609e9ef1
commit 8690d93a6a

View file

@ -10,3 +10,9 @@ members = [
"boards/adafruit_macropad", "boards/adafruit_macropad",
"boards/pro_micro_rp2040", "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" }