From a6f28d17a23311a20f886152252525c2547e9e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikolai=20G=C3=BCtschow?= Date: Thu, 14 Aug 2025 15:55:43 +0200 Subject: [PATCH] guides/index: fix minor typo --- doc/guides/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/index.md b/doc/guides/index.md index b113ab549b..f138e5c91d 100644 --- a/doc/guides/index.md +++ b/doc/guides/index.md @@ -20,7 +20,7 @@ priority queues), a shell and more. RIOT supports a wide range of microcontroller architectures, radio drivers, sensors, and configurations for entire platforms, e.g. Atmel SAM R21 Xplained Pro, Zolertia Z1, STM32 Discovery Boards etc. (see the list of -[supported boards](https://www.riot-os.org/boards.html). +[supported boards](https://www.riot-os.org/boards.html)). Across all supported hardware (32-bit, 16-bit, and 8-bit platforms), RIOT provides a consistent API and enables C and C++ application programming, with multithreading, IPC, system timers, mutexes etc.