X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ab2ae13d81427ddddbd24e8ba6bdfbd2f05ff958..840d386deb6736169085ec86ac9cb4d204072281:/LUFA/Common/FunctionAttributes.h diff --git a/LUFA/Common/FunctionAttributes.h b/LUFA/Common/FunctionAttributes.h index 9efa440e5..9a293b619 100644 --- a/LUFA/Common/FunctionAttributes.h +++ b/LUFA/Common/FunctionAttributes.h @@ -87,7 +87,7 @@ /** Prevents the compiler from considering a specified function for inlining. When applied, the given * function will not be inlined under any circumstances. */ - #define ATTR_NOINLINE __attribute__ ((noinline)) + #define ATTR_NO_INLINE __attribute__ ((noinline)) /** Forces the compiler to inline the specified function. When applied, the given function will be * inlined under all circumstances.