aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2021-03-14 21:27:21 +0100
committerEmil Fresk <emil.fresk@gmail.com>2021-03-20 08:19:56 +0100
commit53c407017f50d0fde17d38afed714b2fcb54194b (patch)
treeed4e5a8b95896e07e0a6d4209844665d9a678324 /Cargo.toml
parent1087f2ee64a5be1aedf3b702ccb5d86cc64708d9 (diff)
Cancel and reschedule working
Support cfgs in the imports Account for extern tasks
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f0ca605..b02df9f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,6 +58,7 @@ rtic-monotonic = "0.1.0-alpha.0"
rtic-core = "0.3.1"
heapless = "0.6.1"
bare-metal = "1.0.0"
+generic-array = "*"
[dependencies.dwt-systick-monotonic]
version = "0.1.0-alpha.0"