From 3b5571076e95a4cab3f09f1c6ad0905e454c00e5 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 16 Oct 2010 17:27:05 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2262 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/ARM7/port.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3