X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/6a10d6b465be27db090d760dc0fbe722c94e4344..3aa8620a61cea8676c74b5e61527ab273f13ec70:/LUFA/Common/FunctionAttributes.h?ds=sidebyside diff --git a/LUFA/Common/FunctionAttributes.h b/LUFA/Common/FunctionAttributes.h index 16503bb55..daa6c4a26 100644 --- a/LUFA/Common/FunctionAttributes.h +++ b/LUFA/Common/FunctionAttributes.h @@ -84,7 +84,7 @@ /** Forces the compiler to inline the specified function. When applied, the given function will be * inlined under all circumstances. */ - #define ATTR_ALWAYSINLINE __attribute__ ((always_inline)) + #define ATTR_ALWAYS_INLINE __attribute__ ((always_inline)) /** Indicates that the specified function is pure, in that it has no side-effects other than global * or parameter variable access.