From 953f233e827d6e24efcfc094654905bd9ef2130e Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Fri, 12 May 2023 11:45:37 +0200 Subject: [PATCH] doc: Remove ANSI --- doc/doxygen/src/mainpage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/src/mainpage.md b/doc/doxygen/src/mainpage.md index 1a62f23d9d..c09879ed60 100644 --- a/doc/doxygen/src/mainpage.md +++ b/doc/doxygen/src/mainpage.md @@ -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