aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-11-14 21:11:41 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-11-14 21:11:41 +0100
commit10c047d0c0afd82f49695c598732df5ad12c0d08 (patch)
tree0cee394a7f3965242a5ae1b8592681af0101cf1b /gfx.h
parent14b5184d60681ed92a07606185f7b4b26edbbcd1 (diff)
downloaduGFX-10c047d0c0afd82f49695c598732df5ad12c0d08.tar.gz
uGFX-10c047d0c0afd82f49695c598732df5ad12c0d08.tar.bz2
uGFX-10c047d0c0afd82f49695c598732df5ad12c0d08.zip
Fixing typo in macros
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx.h b/gfx.h
index 53c9b94f..0727bf99 100644
--- a/gfx.h
+++ b/gfx.h
@@ -392,7 +392,7 @@
#if GFX_NO_INLINE
#define GFXINLINE
#else
- #if GFX_COMPILER == GFX_COMILER_KEIL
+ #if GFX_COMPILER == GFX_COMPILER_KEIL
#define GFXINLINE __inline
#else
#define GFXINLINE inline