diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-06 17:05:33 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-06 17:05:33 +0000 |
commit | 4d131de85b386b1ae948032e06831b0250e89070 (patch) | |
tree | 010fef2d42b91510f2ff08c836e916fab1d96c7d /LUFA/Drivers/Board/Dataflash.h | |
parent | fdab3aef8629f01f9b01b4bfc76904666df439e2 (diff) | |
download | lufa-4d131de85b386b1ae948032e06831b0250e89070.tar.gz lufa-4d131de85b386b1ae948032e06831b0250e89070.tar.bz2 lufa-4d131de85b386b1ae948032e06831b0250e89070.zip |
Add board driver support for the Atmel XMEGA-B1 Xplained board.
Fix Dataflash driver for the A3BU-Xplained board.
Minor documentation improvements.
Diffstat (limited to 'LUFA/Drivers/Board/Dataflash.h')
-rw-r--r-- | LUFA/Drivers/Board/Dataflash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/Board/Dataflash.h b/LUFA/Drivers/Board/Dataflash.h index 9aa968ba2..3e7562811 100644 --- a/LUFA/Drivers/Board/Dataflash.h +++ b/LUFA/Drivers/Board/Dataflash.h @@ -201,7 +201,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 */ @@ -209,7 +209,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; |