aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32F107-GCC/mcuconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-15 08:01:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-15 08:01:07 +0000
commitac6372224526c8de6f6a040d33e0309c501df73d (patch)
tree38651d4002288a1b33e46f5b486d0ccc8d921162 /demos/ARMCM3-STM32F107-GCC/mcuconf.h
parent8f86368f15cc28d4879a50ec8d4d6f8139e4d57a (diff)
downloadChibiOS-ac6372224526c8de6f6a040d33e0309c501df73d.tar.gz
ChibiOS-ac6372224526c8de6f6a040d33e0309c501df73d.tar.bz2
ChibiOS-ac6372224526c8de6f6a040d33e0309c501df73d.zip
Added OTG clock setting to the STM32 HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2641 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F107-GCC/mcuconf.h')
-rw-r--r--demos/ARMCM3-STM32F107-GCC/mcuconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/ARMCM3-STM32F107-GCC/mcuconf.h b/demos/ARMCM3-STM32F107-GCC/mcuconf.h
index a0374fc04..853707cc6 100644
--- a/demos/ARMCM3-STM32F107-GCC/mcuconf.h
+++ b/demos/ARMCM3-STM32F107-GCC/mcuconf.h
@@ -45,6 +45,7 @@
#define STM32_PPRE1 STM32_PPRE1_DIV2
#define STM32_PPRE2 STM32_PPRE2_DIV2
#define STM32_ADCPRE STM32_ADCPRE_DIV4
+#define STM32_OTGFSPRE STM32_OTGFSPRE_DIV3
#define STM32_MCO STM32_MCO_NOCLOCK
/*