git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4596 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2012-08-21 07:28:06 +00:00
parent 44603763e1
commit e06f149e99
6 changed files with 6 additions and 6 deletions

View File

@ -140,7 +140,7 @@
/**
* @brief Name of the compiler supported by this port.
*/
#define CH_COMPILER_NAME "GCC "__VERSION__
#define CH_COMPILER_NAME "GCC " __VERSION__
/*===========================================================================*/
/* Port implementation part (common). */

View File

@ -118,7 +118,7 @@
/**
* @brief Name of the compiler supported by this port.
*/
#define CH_COMPILER_NAME "GCC "__VERSION__
#define CH_COMPILER_NAME "GCC " __VERSION__
/*===========================================================================*/
/* Port implementation part (common). */

View File

@ -61,7 +61,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.

View File

@ -61,7 +61,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.

View File

@ -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.

View File

@ -48,7 +48,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.