From: Dean Camera Date: Tue, 23 Apr 2013 20:02:41 +0000 (+0000) Subject: Fix typo in the XMEGA SerialSPI peripheral driver. X-Git-Tag: LUFA-130901-BETA~130 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/9543276111d27d15c6d7a302051c753164b9f9c2 Fix typo in the XMEGA SerialSPI peripheral driver. --- 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) {