aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F4xx/hal_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-09-27 08:16:36 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-09-27 08:16:36 +0000
commit739bcd8f73f395631c15325e3b0b80faea6ec64a (patch)
tree192c5cc1f58b0bfdd2d0cd03068d6932685497e1 /os/hal/ports/STM32/STM32F4xx/hal_lld.h
parent3ef75526094f91db4c6b8b06d2d805d835c438b0 (diff)
downloadChibiOS-739bcd8f73f395631c15325e3b0b80faea6ec64a.tar.gz
ChibiOS-739bcd8f73f395631c15325e3b0b80faea6ec64a.tar.bz2
ChibiOS-739bcd8f73f395631c15325e3b0b80faea6ec64a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7324 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F4xx/hal_lld.h')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/hal_lld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/hal_lld.h b/os/hal/ports/STM32/STM32F4xx/hal_lld.h
index 58f4fc35b..e1802aaed 100644
--- a/os/hal/ports/STM32/STM32F4xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32F4xx/hal_lld.h
@@ -781,7 +781,7 @@
#define STM32_1WS_THRESHOLD 36000000
#define STM32_2WS_THRESHOLD 54000000
#define STM32_3WS_THRESHOLD 72000000
-#define STM32_4WS_THRESHOLD 840000000
+#define STM32_4WS_THRESHOLD 84000000
#define STM32_5WS_THRESHOLD 0
#define STM32_6WS_THRESHOLD 0
#define STM32_7WS_THRESHOLD 0
@@ -791,8 +791,8 @@
#define STM32_1WS_THRESHOLD 32000000
#define STM32_2WS_THRESHOLD 48000000
#define STM32_3WS_THRESHOLD 64000000
-#define STM32_4WS_THRESHOLD 800000000
-#define STM32_5WS_THRESHOLD 840000000
+#define STM32_4WS_THRESHOLD 80000000
+#define STM32_5WS_THRESHOLD 84000000
#define STM32_6WS_THRESHOLD 0
#define STM32_7WS_THRESHOLD 0
#define STM32_8WS_THRESHOLD 0