aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-10 18:13:51 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-10 18:13:51 +0200
commitcb825aa823f2b7ae687cdc4753a77baf6f24cb91 (patch)
tree8fb7084131713ba2fe915b8efaf9b1f08aabe098 /gfxconf.example.h
parenta93ec009c4b8ae01c8b28ed4cf2beb90a7facc77 (diff)
downloaduGFX-cb825aa823f2b7ae687cdc4753a77baf6f24cb91.tar.gz
uGFX-cb825aa823f2b7ae687cdc4753a77baf6f24cb91.tar.bz2
uGFX-cb825aa823f2b7ae687cdc4753a77baf6f24cb91.zip
Introducing GFX_FREERTOS_USE_TRACE
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h16
1 files changed, 10 insertions, 6 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index fe7814bf..22135ca0 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -18,12 +18,16 @@
#ifndef _GFXCONF_H
#define _GFXCONF_H
-/* The operating system to use. One of these must be defined - preferably in your Makefile */
-//#define GFX_USE_OS_CHIBIOS TRUE
-//#define GFX_USE_OS_FREERTOS TRUE
-//#define GFX_USE_OS_WIN32 TRUE
-//#define GFX_USE_OS_LINUX TRUE
-//#define GFX_USE_OS_OSX TRUE
+
+///////////////////////////////////////////////////////////////////////////
+// GOS - One of these must be defined, preferably in your Makefile //
+///////////////////////////////////////////////////////////////////////////
+//#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
///////////////////////////////////////////////////////////////////////////