X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5e787a4bb04f8a27f9300077361403adf2e92b3f..7e7124e40ba2155c5ee4348701be30d3790edca3:/LUFA/Common/FunctionAttributes.h 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.