Fixed documentation problem.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@4037 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-03-11 21:06:54 +00:00
parent 9fe1994874
commit 9130cbca55
2 changed files with 4 additions and 4 deletions

View File

@ -47,12 +47,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 30000000
/** @} */

View File

@ -47,12 +47,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
/** @} */