From 6c2c1ab25197ab4a202cda3620370714aebc663a Mon Sep 17 00:00:00 2001 From: datdenkikniet Date: Sat, 22 Apr 2023 22:57:24 +0200 Subject: [PATCH] Clarify delay and timeout uses monotonics --- book/en/src/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/en/src/SUMMARY.md b/book/en/src/SUMMARY.md index a500fd983b..3e2b9cacf3 100644 --- a/book/en/src/SUMMARY.md +++ b/book/en/src/SUMMARY.md @@ -11,7 +11,7 @@ - [The init task](./by-example/app_init.md) - [The idle task](./by-example/app_idle.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) - [Tips & Tricks](./by-example/tips.md) - [Implementing Monotonic](./by-example/tips_monotonic_impl.md)