Updated makefiles to reflect new dfu-ee programming target invocations (supplied...
[pub/lufa.git] / LUFA / Drivers / Board / Dataflash.h
index 08deb50..2b682d7 100644 (file)
                         *\r
                         *  \return Last response byte from the dataflash\r
                         */\r
-                       static inline uint8_t Dataflash_TransferByte(const uint8_t Byte) ATTR_ALWAYSINLINE;\r
+                       static inline uint8_t Dataflash_TransferByte(const uint8_t Byte) ATTR_ALWAYS_INLINE;\r
                        static inline uint8_t Dataflash_TransferByte(const uint8_t Byte)\r
                        {\r
                                return SPI_TransferByte(Byte);\r
                         *\r
                         *  \param Byte of data to send to the dataflash\r
                         */\r
-                       static inline void Dataflash_SendByte(const uint8_t Byte) ATTR_ALWAYSINLINE;\r
+                       static inline void Dataflash_SendByte(const uint8_t Byte) ATTR_ALWAYS_INLINE;\r
                        static inline void Dataflash_SendByte(const uint8_t Byte)\r
                        {\r
                                SPI_SendByte(Byte);\r
                         *\r
                         *  \return Last response byte from the dataflash\r
                         */\r
-                       static inline uint8_t Dataflash_ReceiveByte(void) ATTR_ALWAYSINLINE ATTR_WARN_UNUSED_RESULT;\r
+                       static inline uint8_t Dataflash_ReceiveByte(void) ATTR_ALWAYS_INLINE ATTR_WARN_UNUSED_RESULT;\r
                        static inline uint8_t Dataflash_ReceiveByte(void)\r
                        {\r
                                return SPI_ReceiveByte();\r