remove unneeded features
This commit is contained in:
parent
a7d3ef9122
commit
128a453163
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ target = "thumbv7em-none-eabi"
|
|||
|
||||
[features]
|
||||
default = []
|
||||
std = ["smoltcp/alloc", "managed/std"]
|
||||
std = []
|
||||
|
||||
defmt = ["dep:defmt", "smoltcp/defmt", "embassy-net-driver/defmt"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue