diff options
Diffstat (limited to 'os/hal/platforms/STM32')
-rw-r--r-- | os/hal/platforms/STM32/serial_lld.c | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32/spi_lld.c | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32/stm32_dma.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/platforms/STM32/serial_lld.c b/os/hal/platforms/STM32/serial_lld.c index 43fb6229a..ab2b6508a 100644 --- a/os/hal/platforms/STM32/serial_lld.c +++ b/os/hal/platforms/STM32/serial_lld.c @@ -225,7 +225,7 @@ static void notify5(void) { /**
* @brief USART1 interrupt handler.
*
- * @isr + * @isr
*/
CH_IRQ_HANDLER(USART1_IRQHandler) {
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) { \
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
|