git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2262 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
0cf7b512cb
commit
3b5571076e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue