From 323dbf4b396af267c4d7c3eb4164df5027c0f057 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 20 Aug 2014 02:03:14 +0200 Subject: [PATCH] adding RAWRTOS option to gfxconf.h --- gfxconf.example.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gfxconf.example.h b/gfxconf.example.h index c163986c..2fe4eb19 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -33,6 +33,7 @@ //#define GFX_USE_OS_LINUX FALSE //#define GFX_USE_OS_OSX FALSE //#define GFX_USE_OS_ECOS FALSE +//#define GFX_USE_OS_RAWRTOS FALSE //#define GFX_USE_OS_RAW32 FALSE // #define GOS_RAW_HEAP_SIZE 0 // #define INTERRUPTS_OFF() optional_code