aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F3xx/hal_lld.h
diff options
context:
space:
mode:
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