remove nrf prefix in features, for consistency with nrf-hal

This commit is contained in:
Dario Nieuwenhuis
2020-09-24 19:56:47 +02:00
parent f9e2cef7f2
commit 4e4241bf90
3 changed files with 28 additions and 28 deletions

View File

@ -25,7 +25,7 @@ defmt-rtt = "0.1.0"
panic-probe = "0.1.0"
nrf52840-hal = { version = "0.11.0" }
embassy = { version = "0.1.0", path = "../embassy" }
embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt-trace", "nrf52840"] }
embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt-trace", "52840"] }
static-executor = { version = "0.1.0", features=["defmt"]}
static-executor-cortex-m = { version = "0.1.0" }
futures = { version = "0.3.5", default-features = false }