From f407e4a84fcf2cf3bb003ed36f80ec136f8683c2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 8 Oct 2010 18:16:38 +0000 Subject: HAL improvements, mailboxes macro name changed. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2238 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/stm32_dma.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'os/hal/platforms/STM32/stm32_dma.c') diff --git a/os/hal/platforms/STM32/stm32_dma.c b/os/hal/platforms/STM32/stm32_dma.c index 995e33a12..bcdcf0fb7 100644 --- a/os/hal/platforms/STM32/stm32_dma.c +++ b/os/hal/platforms/STM32/stm32_dma.c @@ -18,8 +18,9 @@ */ /** - * @file stm32_dma.c - * @brief STM32 DMA helper driver code. + * @file stm32_dma.c + * @brief STM32 DMA helper driver code. + * * @addtogroup STM32_DMA * @{ */ @@ -53,7 +54,7 @@ static cnt_t dmacnt2; /*===========================================================================*/ /** - * @brief STM32 DMA helper initialization. + * @brief STM32 DMA helper initialization. * * @init */ @@ -73,9 +74,9 @@ void dmaInit(void) { } /** - * @brief Enables the specified DMA controller clock. + * @brief Enables the specified DMA controller clock. * - * @param[in] dma the DMA controller id + * @param[in] dma the DMA controller id * * @api */ @@ -102,7 +103,7 @@ void dmaEnable(uint32_t dma) { /** * @brief Disables the specified DMA controller clock. * - * @param[in] dma the DMA controller id + * @param[in] dma the DMA controller id * * @api */ -- cgit v1.2.3