aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC/chcore.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-21 07:28:06 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-21 07:28:06 +0000
commite06f149e997f8175eb629f5ff1543d7eaf8e1da6 (patch)
tree4c7a7bea10b014c6f765c7150f3b300f9cd82c43 /os/ports/GCC/PPC/chcore.h
parent44603763e16a634ecc2e65bf7264c9c3cd1755dd (diff)
downloadChibiOS-e06f149e997f8175eb629f5ff1543d7eaf8e1da6.tar.gz
ChibiOS-e06f149e997f8175eb629f5ff1543d7eaf8e1da6.tar.bz2
ChibiOS-e06f149e997f8175eb629f5ff1543d7eaf8e1da6.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4596 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/PPC/chcore.h')
-rw-r--r--os/ports/GCC/PPC/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/PPC/chcore.h b/os/ports/GCC/PPC/chcore.h
index 792163707..301a86969 100644
--- a/os/ports/GCC/PPC/chcore.h
+++ b/os/ports/GCC/PPC/chcore.h
@@ -81,7 +81,7 @@
/**
* @brief Name of the compiler supported by this port.
*/
-#define CH_COMPILER_NAME "GCC "__VERSION__
+#define CH_COMPILER_NAME "GCC " __VERSION__
/**
* @brief Port-specific information string.