aboutsummaryrefslogtreecommitdiffstats
path: root/include/console.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-10-21 01:47:11 +0200
committerJoel Bodenmann <joel@unormal.org>2012-10-21 01:47:11 +0200
commit7b277edc592f0acc9971cf45e882a59dffe7a1ad (patch)
tree6c6d9e15f572ee6c743a60ce7a8edefc220b193a /include/console.h
parent06b9e3c1cd1f091da01835b1a98c4006c93c86a4 (diff)
downloaduGFX-7b277edc592f0acc9971cf45e882a59dffe7a1ad.tar.gz
uGFX-7b277edc592f0acc9971cf45e882a59dffe7a1ad.tar.bz2
uGFX-7b277edc592f0acc9971cf45e882a59dffe7a1ad.zip
renamed macros
Diffstat (limited to 'include/console.h')
-rw-r--r--include/console.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/console.h b/include/console.h
index 1874c57d..9891ea56 100644
--- a/include/console.h
+++ b/include/console.h
@@ -21,11 +21,11 @@
#ifndef CONSOLE_H
#define CONSOLE_H
-#ifndef GDISP_NEED_CONSOLE
- #define GDISP_NEED_CONSOLE FALSE
+#ifndef GFX_USE_CONSOLE
+ #define GFX_USE_CONSOLE FALSE
#endif
-#if GDISP_NEED_CONSOLE
+#if GFX_USE_CONSOLE
#include "gdisp.h"
@@ -78,7 +78,7 @@ msg_t gfxConsoleWrite(GConsole *console, const uint8_t *bp, size_t n);
}
#endif
-#endif /* GDISP_NEED_CONSOLE */
+#endif /* GFX_USE_CONSOLE */
#endif /* CONSOLE_H */