From 560c8c25913d89f41a1e98dcb2742f12d383bbf0 Mon Sep 17 00:00:00 2001 From: barthess Date: Wed, 17 Oct 2012 19:28:07 +0000 Subject: Fixed typo in comment. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4764 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F4xx/hal_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/platforms/STM32F4xx') 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 -- cgit v1.2.3