aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-10-22 09:17:41 +1000
committerinmarket <andrewh@inmarket.com.au>2013-10-22 09:17:41 +1000
commit70b8206356a903d5af081be04689fd5639e3e251 (patch)
treec3320a55d33d2dd299f147464b2da7c72fa30b53 /demos
parent86ae017301c62d8495707d46708bcc65568539d7 (diff)
downloaduGFX-70b8206356a903d5af081be04689fd5639e3e251.tar.gz
uGFX-70b8206356a903d5af081be04689fd5639e3e251.tar.bz2
uGFX-70b8206356a903d5af081be04689fd5639e3e251.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.h6
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