diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-16 17:27:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-16 17:27:05 +0000 |
commit | 3b5571076e95a4cab3f09f1c6ad0905e454c00e5 (patch) | |
tree | bcf9951ec20784d3fca97c0592ad77740700384b | |
parent | 0cf7b512cbae1440b3c66f9d64257e79a6684e9e (diff) | |
download | ChibiOS-3b5571076e95a4cab3f09f1c6ad0905e454c00e5.tar.gz ChibiOS-3b5571076e95a4cab3f09f1c6ad0905e454c00e5.tar.bz2 ChibiOS-3b5571076e95a4cab3f09f1c6ad0905e454c00e5.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2262 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/ports/GCC/ARM7/port.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/ARM7/port.dox b/os/ports/GCC/ARM7/port.dox index f65f984fb..431177caf 100644 --- a/os/ports/GCC/ARM7/port.dox +++ b/os/ports/GCC/ARM7/port.dox @@ -121,7 +121,7 @@ * the unsaved registers, this can be accomplished using GCC by adding
* the attribute "noinline" to the function:
* @code
- * #if defined(__GNU__)
+ * #if defined(__GNUC__)
* __attribute__((noinline))
* #endif
* static void serve_interrupt(void) {
|