aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/ports/e200/chcore.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-11-17 15:24:32 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-11-17 15:24:32 +0000
commit5f2b47e17bbddd663b5237f3d235375f69f88d4f (patch)
treec0784555ba0600502d4dc3bb4e1e48d50ccc262c /os/rt/ports/e200/chcore.h
parentd0f1e689324ea995c33e05e1f0ab2ec99d83afb3 (diff)
downloadChibiOS-5f2b47e17bbddd663b5237f3d235375f69f88d4f.tar.gz
ChibiOS-5f2b47e17bbddd663b5237f3d235375f69f88d4f.tar.bz2
ChibiOS-5f2b47e17bbddd663b5237f3d235375f69f88d4f.zip
More CW stuff.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8506 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/ports/e200/chcore.h')
-rw-r--r--os/rt/ports/e200/chcore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/rt/ports/e200/chcore.h b/os/rt/ports/e200/chcore.h
index c12b615e9..56c30fb57 100644
--- a/os/rt/ports/e200/chcore.h
+++ b/os/rt/ports/e200/chcore.h
@@ -59,6 +59,9 @@
#if defined(__GNUC__) || defined(__DOXYGEN__)
#define PORT_COMPILER_NAME "GCC " __VERSION__
+#elif defined(__CWCC__)
+#define PORT_COMPILER_NAME "CW " __VERSION__
+
#else
#error "unsupported compiler"
#endif