aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Peripheral
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-05-29 08:08:26 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-05-29 08:08:26 +0000
commit398b759d11c5c64c935cd2bc5a3153af90f89724 (patch)
tree0dede6a3b20f65700d3570adb68cf377c9977f23 /LUFA/Drivers/Peripheral
parentb0e11243307044fe16492d8c63f775ae335a7d2d (diff)
Fix spacing of the function parameter descriptions in the Doxygen documentation.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1289 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Peripheral')
-rw-r--r--LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h2
-rw-r--r--LUFA/Drivers/Peripheral/SPI.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h b/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h
index f6a25171..eb9e6aa1 100644
--- a/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h
+++ b/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h
@@ -110,7 +110,7 @@
/** Receives a byte from the currently addressed device on the TWI bus.
*
- * \param[in] Byte Location where the read byte is to be stored
+ * \param[in] Byte Location where the read byte is to be stored
* \param[in] LastByte Indicates if the byte should be ACKed if false, NAKed if true
*
* \return Boolean true if the byte reception sucessfully completed, false otherwise
diff --git a/LUFA/Drivers/Peripheral/SPI.h b/LUFA/Drivers/Peripheral/SPI.h
index 9e647535..195818a2 100644
--- a/LUFA/Drivers/Peripheral/SPI.h
+++ b/LUFA/Drivers/Peripheral/SPI.h
@@ -153,7 +153,7 @@
/** Sends a byte through the SPI interface, blocking until the transfer is complete. The response
* byte sent to from the attached SPI device is ignored.
*
- * \param[in] Byte Byte to send through the SPI interface
+ * \param[in] Byte Byte to send through the SPI interface
*/
static inline void SPI_SendByte(const uint8_t Byte) ATTR_ALWAYS_INLINE;
static inline void SPI_SendByte(const uint8_t Byte)