From 4b61c345eb93a06bf393e0f1f839bce421dc35da Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 16 Oct 2019 16:36:06 -0500 Subject: [PATCH] ARMv7-M+ --- book/en/src/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/en/src/migration.md b/book/en/src/migration.md index 5e2f86575c..dd0092d925 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: