diff options
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/ports/e200/chcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/e200/chcore.h b/os/common/ports/e200/chcore.h index f3f50364d..328f39eb1 100644 --- a/os/common/ports/e200/chcore.h +++ b/os/common/ports/e200/chcore.h @@ -95,7 +95,7 @@ #define PORT_COMPILER_NAME "CW"
#elif defined(__ghs__)
-#define PORT_COMPILER_NAME "GHS " __VERSION__
+#define PORT_COMPILER_NAME "GHS"
#else
#error "unsupported compiler"
|