Make defmt optional
This commit is contained in:
@ -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 }
|
Reference in New Issue
Block a user