diff options
Diffstat (limited to 'os/hal')
-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 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); \
|