aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/migration_rtic.md
diff options
context:
space:
mode:
authorDaniel Carosone <Daniel.Carosone@gmail.com>2020-10-02 20:43:52 +1000
committerDaniel Carosone <Daniel.Carosone@gmail.com>2020-10-02 20:43:52 +1000
commit3d6a0ea64fb2661ee1150a84425f50c18c2de9ad (patch)
tree57fd8f5632c7b5013d8cf8f4d0a4902d2d8c24a7 /book/en/src/migration_rtic.md
parent91c2d4850e31da1bbd49fc668ae79533e7ac3ab4 (diff)
minor markdownlints
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: () = {
};
```
-