From 4d131de85b386b1ae948032e06831b0250e89070 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 6 Feb 2012 17:05:33 +0000 Subject: Add board driver support for the Atmel XMEGA-B1 Xplained board. Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements. --- LUFA/Drivers/Board/AVR8/USBKEY/Dataflash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LUFA/Drivers/Board/AVR8/USBKEY') diff --git a/LUFA/Drivers/Board/AVR8/USBKEY/Dataflash.h b/LUFA/Drivers/Board/AVR8/USBKEY/Dataflash.h index 0c4b6ae79..1e34a3953 100644 --- a/LUFA/Drivers/Board/AVR8/USBKEY/Dataflash.h +++ b/LUFA/Drivers/Board/AVR8/USBKEY/Dataflash.h @@ -97,7 +97,7 @@ /** Sends a byte to the currently selected dataflash IC, and returns a byte from the dataflash. * - * \param[in] Byte of data to send to the dataflash + * \param[in] Byte Byte of data to send to the dataflash * * \return Last response byte from the dataflash */ @@ -109,7 +109,7 @@ /** Sends a byte to the currently selected dataflash IC, and ignores the next byte from the dataflash. * - * \param[in] Byte of data to send to the dataflash + * \param[in] Byte Byte of data to send to the dataflash */ static inline void Dataflash_SendByte(const uint8_t Byte) ATTR_ALWAYS_INLINE; static inline void Dataflash_SendByte(const uint8_t Byte) -- cgit v1.2.3