aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-03-14 22:19:03 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-03-14 22:19:03 +0000
commit3237ad67f64a1f7a9679d155a058821c18953348 (patch)
tree7a3c60598cc45b4e8aee7602e2618cc1aa7ec5b8 /demos/STM32
parent0e07e103852d868948993be4c30f9ae9eb85c031 (diff)
downloadChibiOS-3237ad67f64a1f7a9679d155a058821c18953348.tar.gz
ChibiOS-3237ad67f64a1f7a9679d155a058821c18953348.tar.bz2
ChibiOS-3237ad67f64a1f7a9679d155a058821c18953348.zip
Fixed wrong PLL Multiplier value
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9107 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32')
-rw-r--r--demos/STM32/RT-STM32F334R8-NUCLEO/mcuconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F334R8-NUCLEO/mcuconf.h b/demos/STM32/RT-STM32F334R8-NUCLEO/mcuconf.h
index 06db92bf9..7732226d6 100644
--- a/demos/STM32/RT-STM32F334R8-NUCLEO/mcuconf.h
+++ b/demos/STM32/RT-STM32F334R8-NUCLEO/mcuconf.h
@@ -46,7 +46,7 @@
#define STM32_SW STM32_SW_PLL
#define STM32_PLLSRC STM32_PLLSRC_HSI
#define STM32_PREDIV_VALUE 1
-#define STM32_PLLMUL_VALUE 12
+#define STM32_PLLMUL_VALUE 9
#define STM32_HPRE STM32_HPRE_DIV1
#define STM32_PPRE1 STM32_PPRE1_DIV2
#define STM32_PPRE2 STM32_PPRE2_DIV2