Skip to content

Commit 646ec91

Browse files
AfoHTkorken89
authored andcommitted
docs: Monotonics crates: Fix old copy-paste
1 parent b59a4cc commit 646ec91

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

rtic-monotonics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# `rtic-monotonics`
55

6-
> Core abstractions of the Real-Time Interrupt-driven Concurrency (RTIC) Monotonics timers
6+
> Reference implementations of the Real-Time Interrupt-driven Concurrency (RTIC) Monotonics timers
77
88
`rtic-monotonics` is for RTIC v2.
99

rtic-time/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ Additionally, this crate provides tools and utilities that help with implementin
1515

1616
## Implementations of the `Monotonic` trait
1717

18-
For implementations of [`Monotonic`](https://docs.rs/rtic-time/latest/rtic_time/trait.Monotonic.html)
18+
Check the HAL crate of your device: it might already contain an implementation.
19+
20+
For reference implementations of [`Monotonic`](https://docs.rs/rtic-time/latest/rtic_time/trait.Monotonic.html)
1921
on various hardware, see [`rtic-monotonics`](https://docs.rs/rtic-monotonics/).
2022

23+
## RTIC v1 uses [`rtic-monotonic`](https://github.com/rtic-rs/rtic-monotonic) instead
2124

2225
## Chat
2326

0 commit comments

Comments
 (0)