aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-10-28 01:00:02 +0100
committerinmarket <andrewh@inmarket.com.au>2013-10-28 10:00:35 +1000
commit2cb8e08c525e140a20982cb14e59ebd7782f2792 (patch)
tree4a5e43e2f163173c774c52e445ee9b6adfbd45f3 /gfxconf.example.h
parent36c55722ddc06af682d7c7bdeb71ba75a3b0fb83 (diff)
downloaduGFX-2cb8e08c525e140a20982cb14e59ebd7782f2792.tar.gz
uGFX-2cb8e08c525e140a20982cb14e59ebd7782f2792.tar.bz2
uGFX-2cb8e08c525e140a20982cb14e59ebd7782f2792.zip
uncommented GOS selection in GDISP and GWIN demos
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index 1b9faca2..83e663ec 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -14,7 +14,7 @@
#ifndef _GFXCONF_H
#define _GFXCONF_H
-/* The operating system to use - one of these must be defined - preferably via your makefile */
+/* 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