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 11:19:22 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-05 11:19:22 +0000
commitd501fe85d1816bd8fc20cd8354f7b339df9ecc27 (patch)
treefdfc73d6bfec1a17ca0bf6e67b7cecbbeab0b2db /os/hal/platforms/STM32F3xx/hal_lld.h
parentf16865c2354bdfd78b712de2e4dac2882600bf35 (diff)
downloadChibiOS-d501fe85d1816bd8fc20cd8354f7b339df9ecc27.tar.gz
ChibiOS-d501fe85d1816bd8fc20cd8354f7b339df9ecc27.tar.bz2
ChibiOS-d501fe85d1816bd8fc20cd8354f7b339df9ecc27.zip
STM32F3xx DMA and SPI support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4874 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F3xx/hal_lld.h')
-rw-r--r--os/hal/platforms/STM32F3xx/hal_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32F3xx/hal_lld.h b/os/hal/platforms/STM32F3xx/hal_lld.h
index 826376fc4..1830cc542 100644
--- a/os/hal/platforms/STM32F3xx/hal_lld.h
+++ b/os/hal/platforms/STM32F3xx/hal_lld.h
@@ -544,7 +544,7 @@
* a 8MHz crystal using the PLL.
*/
#if !defined(STM32_PLLMUL_VALUE) || defined(__DOXYGEN__)
-#define STM32_PLLMUL_VALUE 8
+#define STM32_PLLMUL_VALUE 9
#endif
/**
@@ -1288,7 +1288,7 @@ typedef uint32_t halrtcnt_t;
/* STM32 ISR, DMA and RCC helpers.*/
#include "stm32_isr.h"
-/*#include "stm32_dma.h"*/
+#include "stm32_dma.h"
#include "stm32_rcc.h"
#ifdef __cplusplus