diff options
author | inmarket <andrewh@inmarket.com.au> | 2013-10-22 09:17:41 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2013-10-22 09:20:05 +1000 |
commit | 4401d335a517196ea634dcc309d56130a594c621 (patch) | |
tree | d98edab2f41c9d114bee07f48d01557ea75c71be /demos | |
parent | feeea0a2badb25c48ba62ec0e6c0f37f33de2363 (diff) | |
download | uGFX-4401d335a517196ea634dcc309d56130a594c621.tar.gz uGFX-4401d335a517196ea634dcc309d56130a594c621.tar.bz2 uGFX-4401d335a517196ea634dcc309d56130a594c621.zip |
Update graph demo so it compiles multi-os direct from a makefile
Diffstat (limited to 'demos')
-rw-r--r-- | demos/modules/gwin/graph/gfxconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/modules/gwin/graph/gfxconf.h b/demos/modules/gwin/graph/gfxconf.h index 57903253..51c5bdc4 100644 --- a/demos/modules/gwin/graph/gfxconf.h +++ b/demos/modules/gwin/graph/gfxconf.h @@ -31,9 +31,9 @@ #define _GFXCONF_H /* The operating system to use - one of these must be defined */ -#define GFX_USE_OS_CHIBIOS TRUE -#define GFX_USE_OS_WIN32 FALSE -#define GFX_USE_OS_POSIX FALSE +//#define GFX_USE_OS_CHIBIOS TRUE +//#define GFX_USE_OS_WIN32 FALSE +//#define GFX_USE_OS_POSIX FALSE /* GFX sub-systems to turn on */ #define GFX_USE_GDISP TRUE |