aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-07-19 18:48:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-07-19 18:48:10 +0000
commit38c17ef7ce4e8f1cf387529d7f12cf46237b77a2 (patch)
tree4817cc5e378fd0dd9512a8e78392c1581a4334b9 /os
parent004dc1ad403b84063702369c4fa733cdd938ecc4 (diff)
downloadChibiOS-38c17ef7ce4e8f1cf387529d7f12cf46237b77a2.tar.gz
ChibiOS-38c17ef7ce4e8f1cf387529d7f12cf46237b77a2.tar.bz2
ChibiOS-38c17ef7ce4e8f1cf387529d7f12cf46237b77a2.zip
Fixed bug 3361039.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3165 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/hal/platforms/STM32/hal_lld_f100.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/hal_lld_f100.h b/os/hal/platforms/STM32/hal_lld_f100.h
index 571682e38..aad199528 100644
--- a/os/hal/platforms/STM32/hal_lld_f100.h
+++ b/os/hal/platforms/STM32/hal_lld_f100.h
@@ -343,7 +343,7 @@
#endif
/* APB1 frequency check.*/
-#if STM32_PCLK2 > 24000000
+#if STM32_PCLK1 > 24000000
#error "STM32_PCLK1 exceeding maximum frequency (24MHz)"
#endif