Fix typo in the XMEGA SerialSPI peripheral driver.
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 23 Apr 2013 20:02:41 +0000 (20:02 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 23 Apr 2013 20:02:41 +0000 (20:02 +0000)
LUFA/Drivers/Peripheral/XMEGA/SerialSPI_XMEGA.h

index 38b682c..9248622 100644 (file)
                         *  \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)
                        {