diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-23 11:26:33 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-23 11:26:33 +0000 |
commit | 4377d247aedc476bc9a7784ecf534ac662ff7dbd (patch) | |
tree | 4591c52415cd1725f4061493bb604ba05fb4e26f /testhal/STM32F4xx/PWM-ICU/mcuconf.h | |
parent | 4a63f14ecb4bcc4bfc0c0a25c4e1455e599144a4 (diff) | |
download | ChibiOS-4377d247aedc476bc9a7784ecf534ac662ff7dbd.tar.gz ChibiOS-4377d247aedc476bc9a7784ecf534ac662ff7dbd.tar.bz2 ChibiOS-4377d247aedc476bc9a7784ecf534ac662ff7dbd.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6212 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/PWM-ICU/mcuconf.h')
-rw-r--r-- | testhal/STM32F4xx/PWM-ICU/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32F4xx/PWM-ICU/mcuconf.h b/testhal/STM32F4xx/PWM-ICU/mcuconf.h index a928af15b..2d5293c4e 100644 --- a/testhal/STM32F4xx/PWM-ICU/mcuconf.h +++ b/testhal/STM32F4xx/PWM-ICU/mcuconf.h @@ -188,8 +188,8 @@ * PWM driver system settings.
*/
#define STM32_PWM_USE_ADVANCED FALSE
-#define STM32_PWM_USE_TIM1 FALSE
-#define STM32_PWM_USE_TIM2 TRUE
+#define STM32_PWM_USE_TIM1 TRUE
+#define STM32_PWM_USE_TIM2 FALSE
#define STM32_PWM_USE_TIM3 FALSE
#define STM32_PWM_USE_TIM4 FALSE
#define STM32_PWM_USE_TIM5 FALSE
|