From 94bc0a8a6e0bd895385430e60403d0ae0e3c8a58 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 22 Sep 2017 09:16:31 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10670 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/ports/e200/chcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/common') 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" -- cgit v1.2.3