diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2020-12-03 21:04:06 +0100 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2020-12-03 21:04:06 +0100 |
| commit | ef50aeb2e8245b69843280fabb62589c0716ffdd (patch) | |
| tree | a159de70654135eb87c52629c6026766eac3bff0 /Cargo.toml | |
| parent | 3b4c10e790e63ac328a7bdb98451ac11d5935731 (diff) | |
Save, init generation fixed
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 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" |
