aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/SPI.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-29 08:08:26 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-29 08:08:26 +0000
commit328ed71ce728de4a6633d981441ac9837c9cd62a (patch)
tree0dede6a3b20f65700d3570adb68cf377c9977f23 /LUFA/Drivers/Peripheral/SPI.h
parentc1daecf18b25566da50beb3afdcbc3e5d49d3b48 (diff)
downloadlufa-328ed71ce728de4a6633d981441ac9837c9cd62a.tar.gz
lufa-328ed71ce728de4a6633d981441ac9837c9cd62a.tar.bz2
lufa-328ed71ce728de4a6633d981441ac9837c9cd62a.zip
Fix spacing of the function parameter descriptions in the Doxygen documentation.
Diffstat (limited to 'LUFA/Drivers/Peripheral/SPI.h')
-rw-r--r--LUFA/Drivers/Peripheral/SPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/Peripheral/SPI.h b/LUFA/Drivers/Peripheral/SPI.h
index 9e6475351..195818a24 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)