aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/mcufont/mf_config.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-07-29 16:25:20 +1000
committerinmarket <andrewh@inmarket.com.au>2013-07-29 16:25:20 +1000
commit12085b8014234b10739d5cf22ed6c6d055ce8741 (patch)
tree97cdf7ab1afe7ab6c8db761154618e779761fdb9 /src/gdisp/mcufont/mf_config.h
parent3ac4e9e789b7f0d5a9d18f9073a09d4e7a4fd3f0 (diff)
downloaduGFX-12085b8014234b10739d5cf22ed6c6d055ce8741.tar.gz
uGFX-12085b8014234b10739d5cf22ed6c6d055ce8741.tar.bz2
uGFX-12085b8014234b10739d5cf22ed6c6d055ce8741.zip
Fix compiler warnings, operating system dependancies, and non-portable code.
Diffstat (limited to 'src/gdisp/mcufont/mf_config.h')
-rw-r--r--src/gdisp/mcufont/mf_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gdisp/mcufont/mf_config.h b/src/gdisp/mcufont/mf_config.h
index f9210123..4614fb0c 100644
--- a/src/gdisp/mcufont/mf_config.h
+++ b/src/gdisp/mcufont/mf_config.h
@@ -12,6 +12,9 @@
#include <gfx.h>
+/* Prevent double definitions of standard int types */
+#define MF_NO_STDINT_H
+
/* Mapping from uGFX settings to mcufont settings */
#if GDISP_NEED_UTF8
#define MF_ENCODING MF_ENCODING_UTF8