mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Update tips_monotonic_impl.md
text polishing
This commit is contained in:
parent
278207e2ec
commit
d3d650b2c7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Implementing time counting that supports large time spans is generally **difficu
|
|||
implementing time handling was a common problem.
|
||||
Moreover, the relation between time and timers used for scheduling was difficult to understand.
|
||||
|
||||
For RTIC 0.6 we have moved to assume the user has a time library, e.g. [`fugit`] or [`embedded_time`],
|
||||
For RTIC 0.6 we instead assume the user has a time library, e.g. [`fugit`] or [`embedded_time`],
|
||||
as the basis for all time-based operations when implementing `Monotonic`.
|
||||
This makes it almost trivial to implement the `Monotonic` trait allowing the use of any timer in
|
||||
the system for scheduling.
|
||||
|
|
Loading…
Reference in a new issue