From 646ec91e0cb86dd5f1144c11c4cefa75affb516d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Tue, 10 Jun 2025 23:00:04 +0200 Subject: docs: Monotonics crates: Fix old copy-paste --- rtic-time/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rtic-time') diff --git a/rtic-time/README.md b/rtic-time/README.md index 53c2944..c3cc7a1 100644 --- a/rtic-time/README.md +++ b/rtic-time/README.md @@ -15,9 +15,12 @@ Additionally, this crate provides tools and utilities that help with implementin ## 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/). +## RTIC v1 uses [`rtic-monotonic`](https://github.com/rtic-rs/rtic-monotonic) instead ## Chat -- cgit v1.2.3