aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-12 14:51:21 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-12 14:51:21 +0000
commit1b12d62bd78a14c8cf4bf55e342aae5a2c7361f1 (patch)
tree761ba64de33b29fc6679b1b73c6261290b9a77a3 /os/hal/include
parent997f744ad20b4689b4e5cec95272a7c70bad170d (diff)
downloadChibiOS-1b12d62bd78a14c8cf4bf55e342aae5a2c7361f1.tar.gz
ChibiOS-1b12d62bd78a14c8cf4bf55e342aae5a2c7361f1.tar.bz2
ChibiOS-1b12d62bd78a14c8cf4bf55e342aae5a2c7361f1.zip
White space fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2476 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/adc.h2
-rw-r--r--os/hal/include/i2c.h4
-rw-r--r--os/hal/include/spi.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/os/hal/include/adc.h b/os/hal/include/adc.h
index 0b55d0d15..d94d99aa3 100644
--- a/os/hal/include/adc.h
+++ b/os/hal/include/adc.h
@@ -86,7 +86,7 @@ typedef enum {
#if ADC_USE_WAIT || defined(__DOXYGEN__)
/**
* @brief Resumes a thread waiting for a conversion completion.
- *
+ *
* @param[in] adcp pointer to the @p ADCDriver object
*
* @notapi
diff --git a/os/hal/include/i2c.h b/os/hal/include/i2c.h
index b95aa6bf9..01d3739e8 100644
--- a/os/hal/include/i2c.h
+++ b/os/hal/include/i2c.h
@@ -73,12 +73,12 @@ typedef enum {
/*===========================================================================*/
/**
- * @brief Read mode.
+ * @brief Read mode.
*/
#define I2C_READ 1
/**
- * @brief Write mode.
+ * @brief Write mode.
*/
#define I2C_WRITE 0
diff --git a/os/hal/include/spi.h b/os/hal/include/spi.h
index 47cf5f379..ccf3e4e63 100644
--- a/os/hal/include/spi.h
+++ b/os/hal/include/spi.h
@@ -194,7 +194,7 @@ typedef enum {
* situation is much more efficient just wait for completion using
* polling than suspending the thread waiting for an interrupt.
* @note This API is implemented as a macro in order to minimize latency.
- *
+ *
* @param[in] spip pointer to the @p SPIDriver object
* @param[in] frame the data frame to send over the SPI bus
* @return The received data frame from the SPI bus.
@@ -222,7 +222,7 @@ typedef enum {
}
/**
- * @brief Wakes up the waiting thread.
+ * @brief Wakes up the waiting thread.
*
* @param[in] spip pointer to the @p SPIDriver object
*