1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-14 17:13:50 +01:00

guides/index: fix minor typo

This commit is contained in:
Mikolai Gütschow 2025-08-14 15:55:43 +02:00
parent dd32b0acf6
commit a6f28d17a2
No known key found for this signature in database
GPG Key ID: 943E2F37AA659AD5

View File

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