X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/5dba028aa529ef4426f08e5e0e8a1c1e8a49b8a7..9543276111d27d15c6d7a302051c753164b9f9c2:/LUFA/Drivers/Peripheral/XMEGA/SerialSPI_XMEGA.h?ds=inline diff --git a/LUFA/Drivers/Peripheral/XMEGA/SerialSPI_XMEGA.h b/LUFA/Drivers/Peripheral/XMEGA/SerialSPI_XMEGA.h index 38b682cfc..9248622d0 100644 --- a/LUFA/Drivers/Peripheral/XMEGA/SerialSPI_XMEGA.h +++ b/LUFA/Drivers/Peripheral/XMEGA/SerialSPI_XMEGA.h @@ -181,7 +181,7 @@ * \param[in] DataByte Byte to send through the USART SPI interface. */ static inline void SerialSPI_SendByte(USART_t* const USART, - const uint8_t DataByte) ATTR_ALWAYS_INLINE ATTR_NON_NULL_PTR_ARG(1) + const uint8_t DataByte) ATTR_ALWAYS_INLINE ATTR_NON_NULL_PTR_ARG(1); static inline void SerialSPI_SendByte(USART_t* const USART, const uint8_t DataByte) {