aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf.h
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2014-10-22 10:33:02 +0300
committerbarthess <barthess@yandex.ru>2014-10-22 10:33:02 +0300
commit5f231b6aaf4f3506b462faed77db0b3a5595d918 (patch)
tree4c7d0acd1cd51045e671667d74624a4b4f5cc33c /testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf.h
parente52b67e87f5ae2fcef035584de5f38477f6b478e (diff)
downloadChibiOS-Contrib-5f231b6aaf4f3506b462faed77db0b3a5595d918.tar.gz
ChibiOS-Contrib-5f231b6aaf4f3506b462faed77db0b3a5595d918.tar.bz2
ChibiOS-Contrib-5f231b6aaf4f3506b462faed77db0b3a5595d918.zip
FSMC. SDRAM. Style cleanup
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf.h')
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf.h b/testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf.h
index f265834..cc44f87 100644
--- a/testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf.h
+++ b/testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf.h
@@ -41,7 +41,7 @@
#define STM32_CLOCK48_REQUIRED TRUE
#define STM32_SW STM32_SW_PLL
#define STM32_PLLSRC STM32_PLLSRC_HSE
-#define STM32_PLLM_VALUE 12
+#define STM32_PLLM_VALUE 8
#define STM32_PLLN_VALUE 336
#define STM32_PLLP_VALUE 2
#define STM32_PLLQ_VALUE 7