diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-10-21 01:47:11 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-10-21 01:47:11 +0200 |
commit | 7b277edc592f0acc9971cf45e882a59dffe7a1ad (patch) | |
tree | 6c6d9e15f572ee6c743a60ce7a8edefc220b193a /demos/console | |
parent | 06b9e3c1cd1f091da01835b1a98c4006c93c86a4 (diff) | |
download | uGFX-7b277edc592f0acc9971cf45e882a59dffe7a1ad.tar.gz uGFX-7b277edc592f0acc9971cf45e882a59dffe7a1ad.tar.bz2 uGFX-7b277edc592f0acc9971cf45e882a59dffe7a1ad.zip |
renamed macros
Diffstat (limited to 'demos/console')
-rw-r--r-- | demos/console/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/console/main.c b/demos/console/main.c index 2a0f2c77..b0e0fb7f 100644 --- a/demos/console/main.c +++ b/demos/console/main.c @@ -28,7 +28,7 @@ /*
* Please add the following to your halconf.h
*
- * #define GDISP_NEED_CONSOLE TRUE
+ * #define GFX_USE_CONSOLE TRUE
* #define GDISP_NEED_SCROLL TRUE
*/
|