From 6a68e8e54d2b006a888edab0f75e99a04675bb0a Mon Sep 17 00:00:00 2001 From: Oleksandr Babak Date: Thu, 15 May 2025 14:52:26 +0200 Subject: feat: example of wait-queue --- examples/lm3s6965/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/lm3s6965/Cargo.toml') diff --git a/examples/lm3s6965/Cargo.toml b/examples/lm3s6965/Cargo.toml index 5e2cc50..78ae168 100644 --- a/examples/lm3s6965/Cargo.toml +++ b/examples/lm3s6965/Cargo.toml @@ -16,6 +16,7 @@ bare-metal = "1.0.0" cortex-m-semihosting = "0.5.0" rtic-time = { path = "../../rtic-time" } rtic-sync = { path = "../../rtic-sync" } +rtic-common = { path = "../../rtic-common" } rtic-monotonics = { path = "../../rtic-monotonics", features = ["cortex-m-systick"] } rtic = { path = "../../rtic" } cfg-if = "1.0" -- cgit v1.2.3