Updated makefiles to reflect new dfu-ee programming target invocations (supplied...
[pub/USBasp.git] / LUFA / Common / FunctionAttributes.h
index 16503bb..daa6c4a 100644 (file)
@@ -84,7 +84,7 @@
                        /** Forces the compiler to inline the specified function. When applied, the given function will be\r
                         *  inlined under all circumstances.\r
                         */\r
-                       #define ATTR_ALWAYSINLINE           __attribute__ ((always_inline))\r
+                       #define ATTR_ALWAYS_INLINE          __attribute__ ((always_inline))\r
                        \r
                        /** Indicates that the specified function is pure, in that it has no side-effects other than global\r
                         *  or parameter variable access.\r