From 9c3935bdb409ed59889aad8b5da45302b2fb1951 Mon Sep 17 00:00:00 2001 From: inmarket Date: Wed, 2 Jul 2014 12:28:20 +1000 Subject: [PATCH] Add eCos to gfxconf.example.h --- gfxconf.example.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfxconf.example.h b/gfxconf.example.h index bc9964e6..ad84181e 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -26,12 +26,14 @@ /////////////////////////////////////////////////////////////////////////// // 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 //#define GFX_USE_OS_WIN32 FALSE //#define GFX_USE_OS_LINUX FALSE //#define GFX_USE_OS_OSX FALSE +//#define GFX_USE_OS_ECOS FALSE ///////////////////////////////////////////////////////////////////////////