aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--book/en/src/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/migration.md b/book/en/src/migration.md
index 5e2f8657..dd0092d9 100644
--- a/book/en/src/migration.md
+++ b/book/en/src/migration.md
@@ -191,7 +191,7 @@ argument of the `#[rtfm::app]` attribute. To continue using the cycle counter
the `monotonic = rtfm::cyccnt::CYCCNT` argument to the `#[rtfm::app]` attribute.
Also, the `Duration` and `Instant` types and the `U32Ext` trait have been moved
-into the `rtfm::cyccnt` module. This module is only available on ARMv7-M
+into the `rtfm::cyccnt` module. This module is only available on ARMv7-M+
devices.
Change this: