diff options
| author | Daniel Carosone <Daniel.Carosone@gmail.com> | 2020-10-02 20:43:52 +1000 |
|---|---|---|
| committer | Daniel Carosone <Daniel.Carosone@gmail.com> | 2020-10-02 20:43:52 +1000 |
| commit | 3d6a0ea64fb2661ee1150a84425f50c18c2de9ad (patch) | |
| tree | 57fd8f5632c7b5013d8cf8f4d0a4902d2d8c24a7 /book/en/src/migration_rtic.md | |
| parent | 91c2d4850e31da1bbd49fc668ae79533e7ac3ab4 (diff) | |
minor markdownlints
Diffstat (limited to 'book/en/src/migration_rtic.md')
| -rw-r--r-- | book/en/src/migration_rtic.md | 4 |
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: () = { }; ``` - |
