diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-02-26 10:52:12 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-02-26 10:52:12 +0000 |
commit | f23c3ab18e0a92bfa89919b2dd1c964d0a79f9c6 (patch) | |
tree | 36de581a710e7adff5cb196264e0b774b1ce84d4 /testhal/STM32F1xx/MAC/mcuconf.h | |
parent | 4455dd757b412c38f3e2cf8b163a50f5e2c5c979 (diff) | |
download | ChibiOS-f23c3ab18e0a92bfa89919b2dd1c964d0a79f9c6.tar.gz ChibiOS-f23c3ab18e0a92bfa89919b2dd1c964d0a79f9c6.tar.bz2 ChibiOS-f23c3ab18e0a92bfa89919b2dd1c964d0a79f9c6.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3986 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/MAC/mcuconf.h')
-rw-r--r-- | testhal/STM32F1xx/MAC/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F1xx/MAC/mcuconf.h b/testhal/STM32F1xx/MAC/mcuconf.h index 7c7486270..b790e4f2a 100644 --- a/testhal/STM32F1xx/MAC/mcuconf.h +++ b/testhal/STM32F1xx/MAC/mcuconf.h @@ -55,7 +55,7 @@ #define STM32_OTG_CLOCK_REQUIRED TRUE
#define STM32_OTGFSPRE STM32_OTGFSPRE_DIV3
#define STM32_I2S_CLOCK_REQUIRED FALSE
-#define STM32_MCOSEL STM32_MCOSEL_PLL2
+#define STM32_MCOSEL STM32_MCOSEL_PLL3
#define STM32_RTCSEL STM32_RTCSEL_HSEDIV
#define STM32_PVD_ENABLE FALSE
#define STM32_PLS STM32_PLS_LEV0
|