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

master
gdisirio 2010-10-16 17:27:05 +00:00
parent 0cf7b512cb
commit 3b5571076e
1 changed files with 1 additions and 1 deletions

View File

@ -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) {