mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
Save, init generation fixed
This commit is contained in:
parent
3b4c10e790
commit
ef50aeb2e8
13 changed files with 229 additions and 242 deletions
|
|
@ -57,7 +57,8 @@ required-features = ["__v7"]
|
|||
[dependencies]
|
||||
cortex-m = "0.6.2"
|
||||
cortex-m-rtic-macros = { path = "macros", version = "0.6.0-alpha.0" }
|
||||
rtic-core = "0.3.1"
|
||||
rtic-core = { git = "https://github.com/rtic-rs/rtic-core", branch = "new_monotonic" }
|
||||
#rtic-core = "0.3.1"
|
||||
heapless = "0.5.0"
|
||||
bare-metal = "1.0.0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue