aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/SUMMARY.md
diff options
context:
space:
mode:
authordatdenkikniet <jcdra1@gmail.com>2023-04-22 22:57:24 +0200
committerdatdenkikniet <jcdra1@gmail.com>2023-05-11 19:20:58 +0200
commit6c2c1ab25197ab4a202cda3620370714aebc663a (patch)
tree9471d0c1f19c78f20f8ad80c5858435036a4095e /book/en/src/SUMMARY.md
parenta76f4cd85fd8eef258c6bf1b54211a96e626931e (diff)
Clarify delay and timeout uses monotonics
Diffstat (limited to 'book/en/src/SUMMARY.md')
-rw-r--r--book/en/src/SUMMARY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/SUMMARY.md b/book/en/src/SUMMARY.md
index a500fd9..3e2b9ca 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)