Clarify delay and timeout uses monotonics

This commit is contained in:
datdenkikniet 2023-04-22 22:57:24 +02:00
parent a76f4cd85f
commit 6c2c1ab251

View file

@ -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)