mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Forward the "std" feature to the critical-section crate in embassy-sync.
Otherwise, using embassy-sync in unit tests will result in linker errors when using the CriticalSectionRawMutex.
This commit is contained in:
parent
29d388042c
commit
a85e9c6e68
@ -20,7 +20,7 @@ src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-sync/
|
||||
target = "thumbv7em-none-eabi"
|
||||
|
||||
[features]
|
||||
std = []
|
||||
std = ["critical-section/std"]
|
||||
turbowakers = []
|
||||
|
||||
[dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user