aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32L1xx/adc_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/STM32L1xx/adc_lld.h')
-rw-r--r--os/hal/platforms/STM32L1xx/adc_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32L1xx/adc_lld.h b/os/hal/platforms/STM32L1xx/adc_lld.h
index 1ce9444ab..84901a7b4 100644
--- a/os/hal/platforms/STM32L1xx/adc_lld.h
+++ b/os/hal/platforms/STM32L1xx/adc_lld.h
@@ -368,7 +368,7 @@ struct ADCDriver {
*/
ADC_TypeDef *adc;
/**
- * @brief Pointer to associated SMA channel.
+ * @brief Pointer to associated DMA channel.
*/
const stm32_dma_stream_t *dmastp;
/**