diff options
| author | Oleksandr Babak <alexanderbabak@proton.me> | 2025-05-15 14:52:26 +0200 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2025-06-15 09:03:30 +0000 |
| commit | 6a68e8e54d2b006a888edab0f75e99a04675bb0a (patch) | |
| tree | 38c50ba0583636b6b53ff6914dee15a1bcf5f5c4 /examples/lm3s6965/Cargo.toml | |
| parent | 14803e66399d4f5f6377c487b50cff2565aeaea5 (diff) | |
feat: example of wait-queue
Diffstat (limited to 'examples/lm3s6965/Cargo.toml')
| -rw-r--r-- | examples/lm3s6965/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
