aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/streaming/main.c
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-11-09 19:13:01 +1000
committerinmarket <andrewh@inmarket.com.au>2013-11-09 19:13:01 +1000
commit53408e2cb3d0705f261e9756bcf6f3f6c90c3fe9 (patch)
treec73dd665e3889b660c326dab7c1efdd178ec3657 /demos/modules/gdisp/streaming/main.c
parent190113b91c7692d13fa72c8b515208e9a648c6d2 (diff)
downloaduGFX-53408e2cb3d0705f261e9756bcf6f3f6c90c3fe9.tar.gz
uGFX-53408e2cb3d0705f261e9756bcf6f3f6c90c3fe9.tar.bz2
uGFX-53408e2cb3d0705f261e9756bcf6f3f6c90c3fe9.zip
Fix incorrect naming of GMISC_INVSQRT_... macros.
Diffstat (limited to 'demos/modules/gdisp/streaming/main.c')
-rw-r--r--demos/modules/gdisp/streaming/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/modules/gdisp/streaming/main.c b/demos/modules/gdisp/streaming/main.c
index 5b857eeb..4ad48b6c 100644
--- a/demos/modules/gdisp/streaming/main.c
+++ b/demos/modules/gdisp/streaming/main.c
@@ -42,11 +42,11 @@
* your processor.
*
* You can modify the implementation of invsqrt() by firstly defining
- * #define GDISP_INVSQRT_MIXED_ENDIAN TRUE
+ * #define GMISC_INVSQRT_MIXED_ENDIAN TRUE
* in your gfxconf.h file.
*
* If it still doesn't work then instead define
- * #define GDISP_INVSQRT_REAL_SLOW TRUE
+ * #define GMISC_INVSQRT_REAL_SLOW TRUE
* in your gfxconf.h file. This should always work although it will probably be slow.
*/
#define BALLCOLOR1 Red