aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/spi_lld.c
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/platforms/STM32/spi_lld.c
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/platforms/STM32/spi_lld.c')
-rw-r--r--os/hal/platforms/STM32/spi_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/spi_lld.c b/os/hal/platforms/STM32/spi_lld.c
index 90e4305dc..dfe72822a 100644
--- a/os/hal/platforms/STM32/spi_lld.c
+++ b/os/hal/platforms/STM32/spi_lld.c
@@ -72,7 +72,7 @@ static uint16_t dummyrx;
/**
* @brief Starts the SPI DMA channels.
- *
+ *
* @param[in] spip pointer to the @p SPIDriver object
*/
#define dma_start(spip) { \