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 86a7cbb..bfa4b29 100644 --- a/examples/lm3s6965/Cargo.toml +++ b/examples/lm3s6965/Cargo.toml @@ -18,6 +18,7 @@ rtic-time = { path = "../../rtic-time" } rtic-sync = { path = "../../rtic-sync" } rtic-monotonics = { path = "../../rtic-monotonics", features = ["cortex-m-systick"] } rtic = { path = "../../rtic" } +cfg-if = "1.0" [dependencies.futures] version = "0.3.26" |
