aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F1xx/adc_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-26 09:07:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-26 09:07:31 +0000
commitfdfd900d9707de137c87258c7b83882a25dc4697 (patch)
tree54132039273f1de4d508393dd2900f700f2ee009 /os/hal/platforms/STM32F1xx/adc_lld.h
parentf17c7830144db8ccdd6d083904fca09c805dbdaa (diff)
downloadChibiOS-fdfd900d9707de137c87258c7b83882a25dc4697.tar.gz
ChibiOS-fdfd900d9707de137c87258c7b83882a25dc4697.tar.bz2
ChibiOS-fdfd900d9707de137c87258c7b83882a25dc4697.zip
Fixed typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4974 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F1xx/adc_lld.h')
-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;
/**