diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-10-28 01:00:02 +0100 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2013-10-28 10:00:35 +1000 |
commit | 2cb8e08c525e140a20982cb14e59ebd7782f2792 (patch) | |
tree | 4a5e43e2f163173c774c52e445ee9b6adfbd45f3 /demos/modules/gwin/console | |
parent | 36c55722ddc06af682d7c7bdeb71ba75a3b0fb83 (diff) | |
download | uGFX-2cb8e08c525e140a20982cb14e59ebd7782f2792.tar.gz uGFX-2cb8e08c525e140a20982cb14e59ebd7782f2792.tar.bz2 uGFX-2cb8e08c525e140a20982cb14e59ebd7782f2792.zip |
uncommented GOS selection in GDISP and GWIN demos
Diffstat (limited to 'demos/modules/gwin/console')
-rw-r--r-- | demos/modules/gwin/console/gfxconf.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/demos/modules/gwin/console/gfxconf.h b/demos/modules/gwin/console/gfxconf.h index c1307302..42ad5e12 100644 --- a/demos/modules/gwin/console/gfxconf.h +++ b/demos/modules/gwin/console/gfxconf.h @@ -30,11 +30,11 @@ #ifndef _GFXCONF_H #define _GFXCONF_H -/* The operating system to use - one of these must be defined */ -#define GFX_USE_OS_CHIBIOS FALSE -#define GFX_USE_OS_WIN32 FALSE -#define GFX_USE_OS_LINUX FALSE -#define GFX_USE_OS_OSX FALSE +/* The operating system to use. One of these must be defined - perferably in your Makefile */ +//#define GFX_USE_OS_CHIBIOS FALSE +//#define GFX_USE_OS_WIN32 FALSE +//#define GFX_USE_OS_LINUX FALSE +//#define GFX_USE_OS_OSX FALSE /* GFX sub-systems to turn on */ #define GFX_USE_GDISP TRUE |