aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfx_compilers.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2016-02-21 13:47:32 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2016-02-21 13:47:32 +0100
commit4cd3ab4f2949848dbd652de0ba87c2a9680fd038 (patch)
tree2d03d42091b619a9fdadc1002f324428393e3a34 /src/gfx_compilers.h
parent3d78787b07ce9c2dafe0869dfd54b734181b7dd6 (diff)
downloaduGFX-4cd3ab4f2949848dbd652de0ba87c2a9680fd038.tar.gz
uGFX-4cd3ab4f2949848dbd652de0ba87c2a9680fd038.tar.bz2
uGFX-4cd3ab4f2949848dbd652de0ba87c2a9680fd038.zip
Marking IAR as a tested compiler
Diffstat (limited to 'src/gfx_compilers.h')
-rw-r--r--src/gfx_compilers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfx_compilers.h b/src/gfx_compilers.h
index 5af1244a..c34c7d02 100644
--- a/src/gfx_compilers.h
+++ b/src/gfx_compilers.h
@@ -430,6 +430,7 @@
#endif
#elif GFX_COMPILER == GFX_COMPILER_IAR
#define GFX_COMPILER_NAME "IAR C++"
+ #define GFX_COMPILER_TESTED TRUE
#define GFX_COMPILER_VERSION_MAJOR ((__VER__)/100)
#define GFX_COMPILER_VERSION_MINOR ((__VER__)%100)
#elif GFX_COMPILER == GFX_COMPILER_IBMXL