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