mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
use the single core variant of spsc::Queue
This commit is contained in:
parent
8ac60ce369
commit
9757c33b00
3 changed files with 6 additions and 6 deletions
|
|
@ -37,7 +37,7 @@ required-features = ["timer-queue"]
|
|||
cortex-m = "0.5.8"
|
||||
cortex-m-rt = "0.6.7"
|
||||
cortex-m-rtfm-macros = { path = "macros", version = "0.4.0-beta.3" }
|
||||
heapless = "0.4.0"
|
||||
heapless = "0.4.1"
|
||||
owned-singleton = "0.1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue