diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-10-17 19:28:07 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-10-17 19:28:07 +0000 |
commit | 560c8c25913d89f41a1e98dcb2742f12d383bbf0 (patch) | |
tree | 2f3137fbe8113b77043e3c25b3ae02a97d378952 /os/hal/platforms | |
parent | 85a582dc0d5a50e3f301769a12d0c231d59fbeea (diff) | |
download | ChibiOS-560c8c25913d89f41a1e98dcb2742f12d383bbf0.tar.gz ChibiOS-560c8c25913d89f41a1e98dcb2742f12d383bbf0.tar.bz2 ChibiOS-560c8c25913d89f41a1e98dcb2742f12d383bbf0.zip |
Fixed typo in comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4764 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r-- | os/hal/platforms/STM32F4xx/hal_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F4xx/hal_lld.h b/os/hal/platforms/STM32F4xx/hal_lld.h index ad2a28900..0f19f07f2 100644 --- a/os/hal/platforms/STM32F4xx/hal_lld.h +++ b/os/hal/platforms/STM32F4xx/hal_lld.h @@ -107,7 +107,7 @@ #define STM32_PLLOUT_MAX 168000000
/**
- * @brief Maximum PLL output clock frequency.
+ * @brief Minimum PLL output clock frequency.
*/
#define STM32_PLLOUT_MIN 24000000
|