aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-01-27 20:20:14 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:33:34 +0100
commit922f1ad0eb56d362e527ff28e456b6fa133e212b (patch)
tree81a66f352a6f10e28c702d4669f9bded7b42e5d1 /rtic-monotonics/Cargo.toml
parentd23de6282365bbe83099e3d10877bdd435559016 (diff)
Added examples for async crates + fixed codegen for non-Copy arguments
Diffstat (limited to 'rtic-monotonics/Cargo.toml')
-rw-r--r--rtic-monotonics/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml
index 68daba4..9d364c8 100644
--- a/rtic-monotonics/Cargo.toml
+++ b/rtic-monotonics/Cargo.toml
@@ -10,3 +10,4 @@ cortex-m = { version = "0.7.6" }
embedded-hal-async = "0.2.0-alpha.0"
fugit = { version = "0.3.6", features = ["defmt"] }
rtic-time = { version = "1.0.0", path = "../rtic-time" }
+atomic-polyfill = "1"