From 99cee8a6ed66b380c8d29fa82413dcc659b6068a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 25 Dec 2010 11:30:44 +0000 Subject: 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 --- testhal/STM32/PWM/mcuconf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'testhal/STM32/PWM/mcuconf.h') diff --git a/testhal/STM32/PWM/mcuconf.h b/testhal/STM32/PWM/mcuconf.h index 251197a66..4e640b93f 100644 --- a/testhal/STM32/PWM/mcuconf.h +++ b/testhal/STM32/PWM/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 /* -- cgit v1.2.3