aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32F103/mcuconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-09 18:09:20 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-09 18:09:20 +0000
commit8f86368f15cc28d4879a50ec8d4d6f8139e4d57a (patch)
tree49cbd13c4b4038b36633840999fb57b4585783be /demos/ARMCM3-STM32F103/mcuconf.h
parent7db9cb86d06c725387bca9b89a7dd849f7c46142 (diff)
downloadChibiOS-8f86368f15cc28d4879a50ec8d4d6f8139e4d57a.tar.gz
ChibiOS-8f86368f15cc28d4879a50ec8d4d6f8139e4d57a.tar.bz2
ChibiOS-8f86368f15cc28d4879a50ec8d4d6f8139e4d57a.zip
Fixed bug 3153746.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2632 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F103/mcuconf.h')
-rw-r--r--demos/ARMCM3-STM32F103/mcuconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32F103/mcuconf.h b/demos/ARMCM3-STM32F103/mcuconf.h
index e5ccc2584..4e640b93f 100644
--- a/demos/ARMCM3-STM32F103/mcuconf.h
+++ b/demos/ARMCM3-STM32F103/mcuconf.h
@@ -37,7 +37,7 @@
#define STM32_SW STM32_SW_PLL
#define STM32_PLLSRC STM32_PLLSRC_HSE
#define STM32_PLLXTPRE STM32_PLLXTPRE_DIV1
-#define STM32_PLLMUL_VALUE 6
+#define STM32_PLLMUL_VALUE 9
#define STM32_HPRE STM32_HPRE_DIV1
#define STM32_PPRE1 STM32_PPRE1_DIV2
#define STM32_PPRE2 STM32_PPRE2_DIV2