diff options
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" |
