diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-27 19:35:13 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-27 19:35:13 +0000 |
commit | e486e61a2208575ba9d6d663ef27ac23eb5a4f99 (patch) | |
tree | fe736baf973e0c629a8e1067b5da6ccc76edaad7 /os/hal/ports/STM32/STM32F37x | |
parent | 81ca2c65f3e774aa805447ff79ab796aab58a3d0 (diff) | |
download | ChibiOS-e486e61a2208575ba9d6d663ef27ac23eb5a4f99.tar.gz ChibiOS-e486e61a2208575ba9d6d663ef27ac23eb5a4f99.tar.bz2 ChibiOS-e486e61a2208575ba9d6d663ef27ac23eb5a4f99.zip |
Fixed typos in comments.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7600 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F37x')
-rw-r--r-- | os/hal/ports/STM32/STM32F37x/hal_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F37x/hal_lld.h b/os/hal/ports/STM32/STM32F37x/hal_lld.h index 6455e6f3d..7cfa91d49 100644 --- a/os/hal/ports/STM32/STM32F37x/hal_lld.h +++ b/os/hal/ports/STM32/STM32F37x/hal_lld.h @@ -108,7 +108,7 @@ #define STM32_PLLOUT_MAX 72000000
/**
- * @brief Maximum PLL output clock frequency.
+ * @brief Minimum PLL output clock frequency.
*/
#define STM32_PLLOUT_MIN 16000000
|