Add missing std feature for embassy-sync

Fixes #930
This commit is contained in:
Ulf Lilleengen 2022-08-29 10:27:51 +02:00
parent 24ab21a7dd
commit 782751dfb9

View File

@ -11,6 +11,7 @@ target = "thumbv7em-none-eabi"
[features]
nightly = ["embedded-io/async"]
std = []
[dependencies]
defmt = { version = "0.3", optional = true }