mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Update monotonic.md
high granularity -> fine grained
This commit is contained in:
parent
1b1b077961
commit
278207e2ec
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ The `#[monotonic]` attribute, applied to a type alias definition, exists to supp
|
|||
This type alias must point to a type which implements the [`rtic_monotonic::Monotonic`] trait.
|
||||
This is generally some timer which handles the timing of the system.
|
||||
One or more monotonics can coexist in the same system, for example a slow timer that wakes the
|
||||
system from sleep and another which purpose is for high granularity scheduling while the
|
||||
system from sleep and another which purpose is for fine grained scheduling while the
|
||||
system is awake.
|
||||
|
||||
[`rtic_monotonic::Monotonic`]: https://docs.rs/rtic-monotonic
|
||||
|
|
Loading…
Reference in a new issue