Fixed documentation and indent.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12028 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
Rocco Marco Guglielmi 2018-05-12 12:54:48 +00:00
parent 2926007c1a
commit 11522ff1c5
1 changed files with 27 additions and 27 deletions

View File

@ -148,7 +148,7 @@
#define STM32_HSECLK_MIN 4000000
/**
* @brief Minimum HSE clock frequency.
* @brief Minimum HSE clock frequency using an external source.
*/
#define STM32_HSECLK_BYP_MIN 1000000
@ -158,7 +158,7 @@
#define STM32_LSECLK_MAX 32768
/**
* @brief Maximum LSE clock frequency.
* @brief Maximum LSE clock frequency using an external source.
*/
#define STM32_LSECLK_BYP_MAX 1000000