docs: Monotonics crates: Fix old copy-paste

This commit is contained in:
Henrik Tjäder 2025-06-10 23:00:04 +02:00 committed by Emil Fresk
parent b59a4ccb48
commit 646ec91e0c
2 changed files with 5 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# `rtic-monotonics` # `rtic-monotonics`
> Core abstractions of the Real-Time Interrupt-driven Concurrency (RTIC) Monotonics timers > Reference implementations of the Real-Time Interrupt-driven Concurrency (RTIC) Monotonics timers
`rtic-monotonics` is for RTIC v2. `rtic-monotonics` is for RTIC v2.

View file

@ -15,9 +15,12 @@ Additionally, this crate provides tools and utilities that help with implementin
## Implementations of the `Monotonic` trait ## Implementations of the `Monotonic` trait
For implementations of [`Monotonic`](https://docs.rs/rtic-time/latest/rtic_time/trait.Monotonic.html) Check the HAL crate of your device: it might already contain an implementation.
For reference implementations of [`Monotonic`](https://docs.rs/rtic-time/latest/rtic_time/trait.Monotonic.html)
on various hardware, see [`rtic-monotonics`](https://docs.rs/rtic-monotonics/). on various hardware, see [`rtic-monotonics`](https://docs.rs/rtic-monotonics/).
## RTIC v1 uses [`rtic-monotonic`](https://github.com/rtic-rs/rtic-monotonic) instead
## Chat ## Chat