use relative path for pac

This commit is contained in:
Dario Nieuwenhuis 2021-01-23 05:08:45 +01:00
parent 9d692788c4
commit 40a618dcaa

View File

@ -14,7 +14,7 @@ defmt = "0.1.3"
defmt-rtt = "0.1.0"
panic-probe = "0.1.0"
rp2040-pac = { git = "https://github.com/Dirbaio/rp2040-pac", branch="main" }
rp2040-pac = { path = "../rp2040-pac" }
[features]
default = [
"defmt-default",