mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Clarify delay and timeout uses monotonics
This commit is contained in:
parent
a76f4cd85f
commit
6c2c1ab251
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
- [The init task](./by-example/app_init.md)
|
- [The init task](./by-example/app_init.md)
|
||||||
- [The idle task](./by-example/app_idle.md)
|
- [The idle task](./by-example/app_idle.md)
|
||||||
- [Channel based communication](./by-example/channel.md)
|
- [Channel based communication](./by-example/channel.md)
|
||||||
- [Delay and Timeout](./by-example/delay.md)
|
- [Delay and Timeout using Monotonics](./by-example/delay.md)
|
||||||
- [The minimal app](./by-example/app_minimal.md)
|
- [The minimal app](./by-example/app_minimal.md)
|
||||||
- [Tips & Tricks](./by-example/tips.md)
|
- [Tips & Tricks](./by-example/tips.md)
|
||||||
- [Implementing Monotonic](./by-example/tips_monotonic_impl.md)
|
- [Implementing Monotonic](./by-example/tips_monotonic_impl.md)
|
||||||
|
|
Loading…
Reference in a new issue