mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
ARMv7-M+
This commit is contained in:
parent
66a1993f5d
commit
4b61c345eb
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
the `monotonic = rtfm::cyccnt::CYCCNT` argument to the `#[rtfm::app]` attribute.
|
||||||
|
|
||||||
Also, the `Duration` and `Instant` types and the `U32Ext` trait have been moved
|
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.
|
devices.
|
||||||
|
|
||||||
Change this:
|
Change this:
|
||||||
|
|
Loading…
Reference in a new issue