aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/new.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/en/src/by-example/new.md')
-rw-r--r--book/en/src/by-example/new.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/book/en/src/by-example/new.md b/book/en/src/by-example/new.md
index 91b31bb..a71172e 100644
--- a/book/en/src/by-example/new.md
+++ b/book/en/src/by-example/new.md
@@ -36,8 +36,7 @@ $ cargo add lm3s6965 --vers 0.1.3
$ rm memory.x build.rs
```
-3. Add the `cortex-m-rtfm` crate as a dependency and, if you need it, enable the
- `timer-queue` feature.
+3. Add the `cortex-m-rtfm` crate as a dependency.
``` console
$ cargo add cortex-m-rtfm --allow-prerelease