1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

doc: Remove ANSI

This commit is contained in:
Koen Zandberg 2023-05-12 11:45:37 +02:00
parent 4af0376c18
commit 953f233e82
No known key found for this signature in database
GPG Key ID: BA1718B37D79F51C

View File

@ -20,7 +20,7 @@ entire platforms, e.g. Atmel SAM R21 Xplained Pro, Zolertia Z1, STM32 Discovery
Boards etc. (see the list of
[supported hardware](https://github.com/RIOT-OS/RIOT/wiki/RIOT-Platforms).
Across all supported hardware (32-bit, 16-bit, and 8-bit platforms). RIOT
provides a consistent API and enables ANSI C and C++ application programming,
provides a consistent API and enables C and C++ application programming,
with multithreading, IPC, system timers, mutexes etc.
A good high-level overview can be found in the article