aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
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 /gfxconf.example.h
parent190113b91c7692d13fa72c8b515208e9a648c6d2 (diff)
downloaduGFX-53408e2cb3d0705f261e9756bcf6f3f6c90c3fe9.tar.gz
uGFX-53408e2cb3d0705f261e9756bcf6f3f6c90c3fe9.tar.bz2
uGFX-53408e2cb3d0705f261e9756bcf6f3f6c90c3fe9.zip
Fix incorrect naming of GMISC_INVSQRT_... macros.
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index 74d7f768..260d8bf6 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -181,8 +181,8 @@
#define GWIN_CONSOLE_USE_BASESTREAM FALSE
#define GWIN_CONSOLE_USE_FLOAT FALSE
#define GWIN_NEED_IMAGE_ANIMATION FALSE
- #define GDISP_INVSQRT_MIXED_ENDIAN FALSE
- #define GDISP_INVSQRT_REAL_SLOW FALSE
+ #define GMISC_INVSQRT_MIXED_ENDIAN FALSE
+ #define GMISC_INVSQRT_REAL_SLOW FALSE
*/
/* Optional Low Level Driver Definitions */