diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-22 12:38:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-22 12:38:21 +0000 |
commit | da9678f49a11241924c18902f7169c818a3cf995 (patch) | |
tree | 9968624e8c93b3f9bd5cd869c16c719ed1eda8b0 /testhal/STM32F4xx/IRQ_STORM_FPU/mcuconf.h | |
parent | 3d37f49059ee718a3d71e164883373a8cb30d6d8 (diff) | |
download | ChibiOS-da9678f49a11241924c18902f7169c818a3cf995.tar.gz ChibiOS-da9678f49a11241924c18902f7169c818a3cf995.tar.bz2 ChibiOS-da9678f49a11241924c18902f7169c818a3cf995.zip |
Provisional STM32F2xx support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3649 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/IRQ_STORM_FPU/mcuconf.h')
-rw-r--r-- | testhal/STM32F4xx/IRQ_STORM_FPU/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/IRQ_STORM_FPU/mcuconf.h b/testhal/STM32F4xx/IRQ_STORM_FPU/mcuconf.h index 6c4baff94..2bc9d1bfb 100644 --- a/testhal/STM32F4xx/IRQ_STORM_FPU/mcuconf.h +++ b/testhal/STM32F4xx/IRQ_STORM_FPU/mcuconf.h @@ -59,7 +59,7 @@ #define STM32_MCO1PRE STM32_MCO1PRE_DIV1
#define STM32_MCO2SEL STM32_MCO2SEL_SYSCLK
#define STM32_MCO2PRE STM32_MCO2PRE_DIV5
-#define STM32_I2SSRC STM32_I2CSRC_CKIN
+#define STM32_I2SSRC STM32_I2SSRC_CKIN
#define STM32_PLLI2SN_VALUE 192
#define STM32_PLLI2SR_VALUE 5
|