diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-14 15:31:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-14 15:31:19 +0000 |
commit | a6658af4006f269c4b386de63820b2135de56c30 (patch) | |
tree | 6cbe3468b2cef53ef0d0bbf8c94c162dbb0167c9 /os | |
parent | 7a0e63b86eecf3da77e73aefc7f1a4d12bf24736 (diff) | |
download | ChibiOS-a6658af4006f269c4b386de63820b2135de56c30.tar.gz ChibiOS-a6658af4006f269c4b386de63820b2135de56c30.tar.bz2 ChibiOS-a6658af4006f269c4b386de63820b2135de56c30.zip |
Fixed bug #440.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6476 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-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 6cad76724..83f2a5347 100644 --- a/os/hal/platforms/STM32F4xx/hal_lld.h +++ b/os/hal/platforms/STM32F4xx/hal_lld.h @@ -82,7 +82,7 @@ * @name Absolute Maximum Ratings
* @{
*/
-#if defined(STM32F429_439xx) || defined(STM32F429_439xx) || \
+#if defined(STM32F427_437xx) || defined(STM32F429_439xx) || \
defined(__DOXYGEN__)
/**
* @brief Absolute maximum system clock.
|