Fix typo in the XMEGA SerialSPI peripheral driver.
This commit is contained in:
parent
5dba028aa5
commit
9543276111
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@
|
||||||
* \param[in] DataByte Byte to send through the USART SPI interface.
|
* \param[in] DataByte Byte to send through the USART SPI interface.
|
||||||
*/
|
*/
|
||||||
static inline void SerialSPI_SendByte(USART_t* const USART,
|
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,
|
static inline void SerialSPI_SendByte(USART_t* const USART,
|
||||||
const uint8_t DataByte)
|
const uint8_t DataByte)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue