aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/migration.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.md
parent91c2d4850e31da1bbd49fc668ae79533e7ac3ab4 (diff)
minor markdownlints
Diffstat (limited to 'book/en/src/migration.md')
-rw-r--r--book/en/src/migration.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/book/en/src/migration.md b/book/en/src/migration.md
index 6cca64d..d382db1 100644
--- a/book/en/src/migration.md
+++ b/book/en/src/migration.md
@@ -8,7 +8,6 @@ the version v0.5.0 of the framework.
First, the version of the `cortex-m-rtic` dependency needs to be updated to
`"0.5.0"`. The `timer-queue` feature needs to be removed.
-
``` toml
[dependencies.cortex-m-rtic]
# change this
@@ -194,7 +193,7 @@ Also, the `Duration` and `Instant` types and the `U32Ext` trait have been moved
into the `rtic::cyccnt` module. This module is only available on ARMv7-M+
devices. The removal of the `timer-queue` also brings back the `DWT` peripheral
inside the core peripherals struct, this will need to be enabled by the application
-inside `init`.
+inside `init`.
Change this: