aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F3xx/hal_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-05 14:15:57 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-05 14:15:57 +0000
commit3e27095da10bcf997c71d32d1af59aa99f3804c4 (patch)
tree31263ed5719be4d3f5f270502af5e1db932c5b19 /os/hal/platforms/STM32F3xx/hal_lld.h
parentd501fe85d1816bd8fc20cd8354f7b339df9ecc27 (diff)
downloadChibiOS-3e27095da10bcf997c71d32d1af59aa99f3804c4.tar.gz
ChibiOS-3e27095da10bcf997c71d32d1af59aa99f3804c4.tar.bz2
ChibiOS-3e27095da10bcf997c71d32d1af59aa99f3804c4.zip
SPI for STM32F3xx, not working yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4875 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F3xx/hal_lld.h')
-rw-r--r--os/hal/platforms/STM32F3xx/hal_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F3xx/hal_lld.h b/os/hal/platforms/STM32F3xx/hal_lld.h
index 1830cc542..348bba45c 100644
--- a/os/hal/platforms/STM32F3xx/hal_lld.h
+++ b/os/hal/platforms/STM32F3xx/hal_lld.h
@@ -567,7 +567,7 @@
* @brief APB2 prescaler value.
*/
#if !defined(STM32_PPRE2) || defined(__DOXYGEN__)
-#define STM32_PPRE2 STM32_PPRE2_DIV1
+#define STM32_PPRE2 STM32_PPRE2_DIV2
#endif
/**