mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 05:45:19 +01:00
Fix zero prio tasks when all async tasks have default (no) arguments
This commit is contained in:
parent
cfac6d1d90
commit
67d5ade4fd
10 changed files with 33 additions and 17 deletions
|
|
@ -9,7 +9,7 @@ version = "0.1.0"
|
|||
|
||||
[dependencies.rtic]
|
||||
path = "../../rtic"
|
||||
version = "=2.0.0-alpha.1"
|
||||
version = "=2.0.0-alpha.2"
|
||||
features = ["thumbv7-backend"]
|
||||
|
||||
[dependencies.rtic-monotonics]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue