Add features rt to rp2040-hal

This commit is contained in:
9names
2021-08-22 22:50:38 +10:00
parent 3e356e7ce7
commit a7fe2e9958

View File

@@ -15,7 +15,7 @@ defmt = "0.1.3"
defmt-rtt = "0.1.0"
panic-probe = "0.1.0"
rp2040-hal = { git = "https://github.com/rp-rs/rp-hal", branch="main" }
rp2040-hal = { git = "https://github.com/rp-rs/rp-hal", branch="main", features=["rt"] }
rp2040-boot2 = { git = "https://github.com/rp-rs/rp2040-boot2-rs", branch="main" }
[features]