From f236e1de8be0171f0ae4a7e57505a66609548630 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 5 Sep 2010 14:35:24 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2165 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/stm32_dma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal') diff --git a/os/hal/platforms/STM32/stm32_dma.h b/os/hal/platforms/STM32/stm32_dma.h index 5088417b4..226ec9b7f 100644 --- a/os/hal/platforms/STM32/stm32_dma.h +++ b/os/hal/platforms/STM32/stm32_dma.h @@ -129,7 +129,7 @@ typedef struct { * @brief Associates a peripheral data register to a DMA channel. * * @param[in] dmachp dmachp to a stm32_dma_channel_t structure - * @param[in] cmar value to be written in the CPAR register + * @param[in] cpar value to be written in the CPAR register */ #define dmaChannelSetPeripheral(dmachp, cpar) { \ (dmachp)->CPAR = (uint32_t)(cpar); \ -- cgit v1.2.3