aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-04-23 20:02:41 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-04-23 20:02:41 +0000
commit9543276111d27d15c6d7a302051c753164b9f9c2 (patch)
tree6d776407181a3896c0cd727ead7f5a2afeb122cd /LUFA/Drivers
parent5dba028aa529ef4426f08e5e0e8a1c1e8a49b8a7 (diff)
downloadlufa-9543276111d27d15c6d7a302051c753164b9f9c2.tar.gz
lufa-9543276111d27d15c6d7a302051c753164b9f9c2.tar.bz2
lufa-9543276111d27d15c6d7a302051c753164b9f9c2.zip
Fix typo in the XMEGA SerialSPI peripheral driver.
Diffstat (limited to 'LUFA/Drivers')
-rw-r--r--LUFA/Drivers/Peripheral/XMEGA/SerialSPI_XMEGA.h2
1 files changed, 1 insertions, 1 deletions
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)
{