From db3f0b4bc615e2a78730b403ade5c4a5c2f86fd6 Mon Sep 17 00:00:00 2001 From: Kyle Cardoza Date: Sat, 23 Mar 2024 02:26:52 -0400 Subject: [PATCH] Work on fleshing out sections --- C Compiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C Compiler.md b/C Compiler.md index ee63035..5d35c5a 100644 --- a/C Compiler.md +++ b/C Compiler.md @@ -9,7 +9,7 @@ The cross-development SDK for Sentinel 65X requires the Calypsi C/asm toolchain, ## Language -Calypsi supports a fairly modern dialect of C, essentially C11 with some additions from later C standard revisions. The C standard library it supplies is used by the SDK, modified to work with the Sentinel 65X kernel installed to the on-board flash ROM. +Calypsi supports a fairly modern dialect of C, essentially C99 with some additions from later C standard revisions. The C standard library it supplies is used by the SDK, modified to work with the Sentinel 65X kernel installed to the on-board flash ROM. ## Toolchain