aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-08-16 17:21:01 +0200
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-08-16 17:21:01 +0200
commit28a2d8ca791b8bc74e52a26773ab3863bc37f145 (patch)
tree4101b9dbb5166df2926f5a87967970856aeb9599 /gfxconf.example.h
parent83b29284aa56691f4dc158defa57c58035eec814 (diff)
downloaduGFX-28a2d8ca791b8bc74e52a26773ab3863bc37f145.tar.gz
uGFX-28a2d8ca791b8bc74e52a26773ab3863bc37f145.tar.bz2
uGFX-28a2d8ca791b8bc74e52a26773ab3863bc37f145.zip
Renaming GFX_NO_OS_INIT to GFX_OS_NO_INIT
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 d46bbae2..27c55a2a 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -42,7 +42,7 @@
// #define GFX_COMPILER GFX_COMPILER_UNKNOWN
// #define GFX_CPU GFX_CPU_UNKNOWN
// #define GFX_OS_HEAP_SIZE 0
-// #define GFX_NO_OS_INIT FALSE
+// #define GFX_OS_NO_INIT FALSE
// #define GFX_OS_INIT_NO_WARNING FALSE
// #define GFX_OS_EXTRA_INIT_FUNCTION myOSInitRoutine
// #define GFX_OS_EXTRA_DEINIT_FUNCTION myOSDeInitRoutine