Remove defmt dependencies from boards/vcc-gnd-yd-rp2040/Cargo.toml

Nothing in that crate depends on defmt
This commit is contained in:
Jan Niehusmann 2022-07-31 15:30:05 +00:00
parent 365ac70ae4
commit dfaeba5315

View file

@ -37,9 +37,6 @@ hd44780-driver = "0.4.0"
pio = "0.2.0"
pio-proc = "0.2.1"
defmt = "0.3.0"
defmt-rtt = "0.3.0"
[features]
default = ["boot2", "rt"]
boot2 = ["rp2040-boot2"]