aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/migration_rtic.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/en/src/migration_rtic.md')
-rw-r--r--book/en/src/migration_rtic.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/book/en/src/migration_rtic.md b/book/en/src/migration_rtic.md
index 555f1bb..c027da3 100644
--- a/book/en/src/migration_rtic.md
+++ b/book/en/src/migration_rtic.md
@@ -8,14 +8,11 @@ change.
[RFC #33]: https://github.com/rtic-rs/rfcs/pull/33
-
-
## `Cargo.toml`
First, the `cortex-m-rtfm` dependency needs to be updated to
`cortex-m-rtic`.
-
``` toml
[dependencies]
# change this
@@ -51,4 +48,3 @@ const APP: () = {
};
```
-