Cleanup and optimization of the internal serial retrieval routines.
[pub/USBasp.git] / LUFA / Common / FunctionAttributes.h
index 9efa440..9a293b6 100644 (file)
@@ -87,7 +87,7 @@
                        /** 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