Make defmt optional

This commit is contained in:
Daniel Larsen
2023-04-30 18:55:19 -03:00
parent af368676ef
commit c70a66fe81
2 changed files with 5 additions and 4 deletions

View File

@ -8,7 +8,6 @@ edition = "2021"
[dependencies]
cyw43 = { path = "../" }
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 = { version = "0.3", optional = true }