diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2020-10-01 20:01:25 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2020-10-01 20:01:25 +0200 |
| commit | fb61a78cdd99e27914cc355f721c04d901dd3ae4 (patch) | |
| tree | 15ed9c4d9db6023f667c2d5c863fa1b8b0a4d12d /Cargo.toml | |
| parent | 4d61437bb4debea5adc578ee072bff3619d8077b (diff) | |
Added `bare_metal::CriticalSection` to `init::Context`
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ cortex-m-rtic-macros = { path = "macros", version = "0.5.2" } rtic-core = "0.3.0" cortex-m-rt = "0.6.9" heapless = "0.5.0" +bare-metal = "1.0.0" [build-dependencies] version_check = "0.9" |
