aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F4xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-03-11 21:05:35 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-03-11 21:05:35 +0000
commit80ca1868740b3b87edc1a07e7189c92072ee8509 (patch)
tree9224a0e2987da6326342217cbd0173fe54a329e9 /os/hal/platforms/STM32F4xx
parent105f342d843e7ea4154d72753a17532fd9f31f5d (diff)
downloadChibiOS-80ca1868740b3b87edc1a07e7189c92072ee8509.tar.gz
ChibiOS-80ca1868740b3b87edc1a07e7189c92072ee8509.tar.bz2
ChibiOS-80ca1868740b3b87edc1a07e7189c92072ee8509.zip
Fixed a documentation problem.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4036 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F4xx')
-rw-r--r--os/hal/platforms/STM32F4xx/adc_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32F4xx/adc_lld.h b/os/hal/platforms/STM32F4xx/adc_lld.h
index 21723bd70..5f8a8d179 100644
--- a/os/hal/platforms/STM32F4xx/adc_lld.h
+++ b/os/hal/platforms/STM32F4xx/adc_lld.h
@@ -40,12 +40,12 @@
* @{
*/
/**
- * @brief Maximum HSE clock frequency.
+ * @brief Minimum ADC clock frequency.
*/
#define STM32_ADCCLK_MIN 600000
/**
- * @brief Maximum HSE clock frequency.
+ * @brief Maximum ADC clock frequency.
*/
#define STM32_ADCCLK_MAX 36000000
/** @} */