From 3d6a0ea64fb2661ee1150a84425f50c18c2de9ad Mon Sep 17 00:00:00 2001 From: Daniel Carosone Date: Fri, 2 Oct 2020 20:43:52 +1000 Subject: minor markdownlints --- book/en/src/migration_rtic.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'book/en/src/migration_rtic.md') 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: () = { }; ``` - -- cgit v1.2.3