Removed defmt

This commit is contained in:
Daniel Larsen
2023-04-30 18:02:44 -03:00
parent 5659269c8f
commit af368676ef
2 changed files with 5 additions and 4 deletions

View File

@ -7,7 +7,8 @@ edition = "2021"
[dependencies]
cyw43 = { path = "../" }
embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver"] }
embassy-rp = { version = "0.1.0", features = ["unstable-traits", "nightly", "unstable-pac", "time-driver"] }
# embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver"] }
pio-proc = "0.2"
pio = "0.2.1"
defmt = "0.3"
# defmt = "0.3"