aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-01-09 21:02:53 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:33:29 +0100
commitcd790a94286cdc307d399b7f7a43e305e90de5bf (patch)
tree5a83dd0739c90fb848744c22bcbe689eed1f1fcf /Cargo.toml
parent1eabb94f0424d7ff85786ad05615da69a379f01d (diff)
More work on new spawn/executor
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cad9291..6eb691d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,6 +28,8 @@ rtic-monotonic = "1.0.0"
rtic-core = "1.0.0"
heapless = "0.7.7"
bare-metal = "1.0.0"
+#portable-atomic = { version = "0.3.19" }
+atomic-polyfill = "1"
[build-dependencies]
version_check = "0.9"