aboutsummaryrefslogtreecommitdiff
path: root/embassy-time-driver/Cargo.toml
diff options
context:
space:
mode:
authorPaul Sbarra <[email protected]>2024-12-29 23:33:18 -0600
committerPaul Sbarra <[email protected]>2024-12-29 23:33:33 -0600
commit10def24e7251de1cd915feb760c545870a329abe (patch)
tree1c020def0f2097875c30906efb052c126595b57d /embassy-time-driver/Cargo.toml
parenta4f8fddd696ca2e3705827ba4b3806cbadcb3134 (diff)
fix embassy-time-driver example
Diffstat (limited to 'embassy-time-driver/Cargo.toml')
-rw-r--r--embassy-time-driver/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/embassy-time-driver/Cargo.toml b/embassy-time-driver/Cargo.toml
index 2a1d5ee1d..b709cafc1 100644
--- a/embassy-time-driver/Cargo.toml
+++ b/embassy-time-driver/Cargo.toml
@@ -368,3 +368,7 @@ tick-hz-5_242_880_000 = []
368 368
369[dependencies] 369[dependencies]
370document-features = "0.2.7" 370document-features = "0.2.7"
371
372[dev-dependencies]
373critical-section = "1"
374embassy-time-queue-utils = { path = "../embassy-time-queue-utils" } \ No newline at end of file