Merge #931
931: Add missing std feature for embassy-sync r=lulf a=lulf Fixes #930 Co-authored-by: Ulf Lilleengen <lulf@redhat.com>
This commit is contained in:
commit
6a0d7d06b9
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ target = "thumbv7em-none-eabi"
|
|||
|
||||
[features]
|
||||
nightly = ["embedded-io/async"]
|
||||
std = []
|
||||
|
||||
[dependencies]
|
||||
defmt = { version = "0.3", optional = true }
|
||||
|
|
Loading…
Reference in a new issue