Fix warnings.

This commit is contained in:
Dario Nieuwenhuis
2021-03-01 00:23:54 +01:00
parent ffab3916f4
commit 8a641d1312
3 changed files with 4 additions and 6 deletions

View File

@ -17,8 +17,8 @@ defmt-error = []
[dependencies]
embassy = { version = "0.1.0", path = "../embassy", features = ["defmt"] }
embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt", "52840"] }
embassy = { version = "0.1.0", path = "../embassy", features = ["defmt", "defmt-trace"] }
embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt", "defmt-trace", "52840"] }
defmt = "0.2.0"
defmt-rtt = "0.2.0"