From 3bc19920af25dd088d3ea5b52e729d38912354f0 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Wed, 16 Oct 2024 03:11:13 +0200 Subject: [PATCH] Update scope of C compatibility in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d323d22..83af9b4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository contains documentation, links and example applications. # Compatibility -* Highly compatible with compilers (C89, simple preprocessors) +* GNU C99 compatible * No `make` required, entirely configurable from your compiler, or header files * Supports wide range of hardware (16-bit+, little/big endian) * Standardized 16-bit color format (AAAARRRRGGGGBBBB, effectively 12-bit on most platforms)