aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/adc_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-11 17:35:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-11 17:35:55 +0000
commit7d66301e92b84f645e2134819cb9b24caf786d6a (patch)
treef67fb0e1f9b44a2f4435813b8fbb5fcc2af9ded7 /os/hal/platforms/STM32/adc_lld.h
parent7adef2884e48ab11abd4b2f032263649c2ac22d2 (diff)
downloadChibiOS-7d66301e92b84f645e2134819cb9b24caf786d6a.tar.gz
ChibiOS-7d66301e92b84f645e2134819cb9b24caf786d6a.tar.bz2
ChibiOS-7d66301e92b84f645e2134819cb9b24caf786d6a.zip
More STM32 ADC improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2472 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/adc_lld.h')
-rw-r--r--os/hal/platforms/STM32/adc_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32/adc_lld.h b/os/hal/platforms/STM32/adc_lld.h
index 0850b62f4..92fa21b9d 100644
--- a/os/hal/platforms/STM32/adc_lld.h
+++ b/os/hal/platforms/STM32/adc_lld.h
@@ -173,8 +173,8 @@ typedef struct {
/**
* @brief ADC CR2 register initialization data.
* @note All the required bits must be defined into this field except
- * @p ADC_CR2_DMA and @p ADC_CR2_ADON that are enforced inside the
- * driver.
+ * @p ADC_CR2_DMA, @p ADC_CR2_CONT and @p ADC_CR2_ADON that are
+ * enforced inside the driver.
*/
uint32_t acg_cr2;
/**