diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-25 11:30:44 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-25 11:30:44 +0000 |
commit | 99cee8a6ed66b380c8d29fa82413dcc659b6068a (patch) | |
tree | 3ee8a44cfbcc9033bd6407c814456c68b104188c /testhal/STM32/SPI | |
parent | 582b0dbf53613ad0045159b113fce6d84c4cbf4f (diff) | |
download | ChibiOS-99cee8a6ed66b380c8d29fa82413dcc659b6068a.tar.gz ChibiOS-99cee8a6ed66b380c8d29fa82413dcc659b6068a.tar.bz2 ChibiOS-99cee8a6ed66b380c8d29fa82413dcc659b6068a.zip |
Added USB clock configuration to the STM32 HAL driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2531 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/SPI')
-rw-r--r-- | testhal/STM32/SPI/mcuconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32/SPI/mcuconf.h b/testhal/STM32/SPI/mcuconf.h index d2a0bb17b..302ab55dd 100644 --- a/testhal/STM32/SPI/mcuconf.h +++ b/testhal/STM32/SPI/mcuconf.h @@ -42,6 +42,7 @@ #define STM32_PPRE1 STM32_PPRE1_DIV2
#define STM32_PPRE2 STM32_PPRE2_DIV2
#define STM32_ADCPRE STM32_ADCPRE_DIV4
+#define STM32_USBPRE STM32_USBPRE_DIV1P5
#define STM32_MCO STM32_MCO_NOCLOCK
/*
|