mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 05:45:19 +01:00
feat: example of wait-queue
This commit is contained in:
parent
14803e6639
commit
6a68e8e54d
3 changed files with 69 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ bare-metal = "1.0.0"
|
|||
cortex-m-semihosting = "0.5.0"
|
||||
rtic-time = { path = "../../rtic-time" }
|
||||
rtic-sync = { path = "../../rtic-sync" }
|
||||
rtic-common = { path = "../../rtic-common" }
|
||||
rtic-monotonics = { path = "../../rtic-monotonics", features = ["cortex-m-systick"] }
|
||||
rtic = { path = "../../rtic" }
|
||||
cfg-if = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue