From 2b141cea7f30cb45f559db5949dcfbf0ebb7c613 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 2 Jul 2014 03:53:38 +0200 Subject: [PATCH] adding RAW32 to gfxconf.example.h --- gfxconf.example.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gfxconf.example.h b/gfxconf.example.h index bc9964e6..66411ec3 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -26,6 +26,7 @@ /////////////////////////////////////////////////////////////////////////// // GOS - One of these must be defined, preferably in your Makefile // /////////////////////////////////////////////////////////////////////////// +//#define GFX_USE_OS_RAW32 FALSE //#define GFX_USE_OS_CHIBIOS FALSE //#define GFX_USE_OS_FREERTOS FALSE // #define GFX_FREERTOS_USE_TRACE FALSE