diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-12 14:51:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-12 14:51:21 +0000 |
commit | 1b12d62bd78a14c8cf4bf55e342aae5a2c7361f1 (patch) | |
tree | 761ba64de33b29fc6679b1b73c6261290b9a77a3 /os/hal/platforms/STM32/stm32_dma.h | |
parent | 997f744ad20b4689b4e5cec95272a7c70bad170d (diff) | |
download | ChibiOS-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/stm32_dma.h')
-rw-r--r-- | os/hal/platforms/STM32/stm32_dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/stm32_dma.h b/os/hal/platforms/STM32/stm32_dma.h index 7f8ba8057..806f79c56 100644 --- a/os/hal/platforms/STM32/stm32_dma.h +++ b/os/hal/platforms/STM32/stm32_dma.h @@ -126,7 +126,7 @@ typedef struct { #define STM32_DMA_CHANNEL_7 6 /**< @brief DMA channel 7. */
/**
- * @brief Associates a peripheral data register to a DMA channel. + * @brief Associates a peripheral data register to a DMA channel.
*
* @param[in] dmachp dmachp to a stm32_dma_channel_t structure
* @param[in] cpar value to be written in the CPAR register
|