aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-09-25 12:56:46 +0000
committerGitHub <noreply@github.com>2020-09-25 12:56:46 +0000
commit4d61437bb4debea5adc578ee072bff3619d8077b (patch)
tree9299d307d87dec6863df13df1e04f0ff6a3258cb /Cargo.toml
parentc054231823a997a1c473549cc3ef20463ca47317 (diff)
parent7ff35bd0419eb470440527fd0bb81ee16ed46a9d (diff)
Merge #365
365: Regression in master on double schedule example r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f7567a1..d4ad4ef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,6 +50,10 @@ required-features = ["__v7"]
name = "types"
required-features = ["__v7"]
+[[example]]
+name = "double_schedule"
+required-features = ["__v7"]
+
[dependencies]
cortex-m = "0.6.2"
cortex-m-rtic-macros = { path = "macros", version = "0.5.2" }