diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-14 15:31:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-14 15:31:21 +0000 |
commit | bf96783d7f88e69eb147d8e0879ddf34e4106f64 (patch) | |
tree | db0594433d949b8fad8a4a9a04cb442aa16894b5 | |
parent | 1b6619e5ccd8ee5a28968c5e703b334ce3738d7a (diff) | |
download | ChibiOS-bf96783d7f88e69eb147d8e0879ddf34e4106f64.tar.gz ChibiOS-bf96783d7f88e69eb147d8e0879ddf34e4106f64.tar.bz2 ChibiOS-bf96783d7f88e69eb147d8e0879ddf34e4106f64.zip |
Fixed bug #440.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6477 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/ports/STM32F4xx/hal_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32F4xx/hal_lld.h b/os/hal/ports/STM32F4xx/hal_lld.h index 546914742..1729b687b 100644 --- a/os/hal/ports/STM32F4xx/hal_lld.h +++ b/os/hal/ports/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.
|