diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-03-03 14:57:32 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-03-03 14:57:32 +0000 |
commit | b5650c045732a833ab9bb9ae44a6be1f604bb9c1 (patch) | |
tree | babaed0dc002482a17f4f1f2ccafe1938b99f74d /testhal/STM32F4xx/I2S/mcuconf.h | |
parent | 8c4653a41374ecac0b50b874e1e0203de8d28487 (diff) | |
download | ChibiOS-b5650c045732a833ab9bb9ae44a6be1f604bb9c1.tar.gz ChibiOS-b5650c045732a833ab9bb9ae44a6be1f604bb9c1.tar.bz2 ChibiOS-b5650c045732a833ab9bb9ae44a6be1f604bb9c1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6749 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/I2S/mcuconf.h')
-rw-r--r-- | testhal/STM32F4xx/I2S/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/I2S/mcuconf.h b/testhal/STM32F4xx/I2S/mcuconf.h index 2a50dd166..8b49e5ebd 100644 --- a/testhal/STM32F4xx/I2S/mcuconf.h +++ b/testhal/STM32F4xx/I2S/mcuconf.h @@ -54,7 +54,7 @@ #define STM32_MCO1PRE STM32_MCO1PRE_DIV1
#define STM32_MCO2SEL STM32_MCO2SEL_SYSCLK
#define STM32_MCO2PRE STM32_MCO2PRE_DIV5
-#define STM32_I2SSRC STM32_I2SSRC_CKIN
+#define STM32_I2SSRC STM32_I2SSRC_PLLI2S
#define STM32_PLLI2SN_VALUE 192
#define STM32_PLLI2SR_VALUE 5
#define STM32_PVD_ENABLE FALSE
|