diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-10-16 16:36:06 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-10-16 16:36:06 -0500 |
| commit | 4b61c345eb93a06bf393e0f1f839bce421dc35da (patch) | |
| tree | 6ad8137244d36f683de362eab1d5a4b6c8e35f1f /book/en/src/migration.md | |
| parent | 66a1993f5d6ee266325c4b40ecd35e05a5cf6aa1 (diff) | |
ARMv7-M+
Diffstat (limited to 'book/en/src/migration.md')
| -rw-r--r-- | book/en/src/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/migration.md b/book/en/src/migration.md index 5e2f865..dd0092d 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: |
