/** Prevents the compiler from considering a specified function for inlining. When applied, the given\r
* function will not be inlined under any circumstances.\r
*/\r
- #define ATTR_NOINLINE __attribute__ ((noinline))\r
+ #define ATTR_NO_INLINE __attribute__ ((noinline))\r
\r
/** Forces the compiler to inline the specified function. When applied, the given function will be\r
* inlined under all circumstances.\r