diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-29 10:39:31 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-29 10:39:31 +0000 |
commit | 2c928f2833afa53ec045adafb39d85b84685a2d8 (patch) | |
tree | a542c9dc0184d3681dfded286fcf8d75edcf3f69 /testhal/STM32F37x/PWM-ICU/mcuconf.h | |
parent | 67177198e9228a0b8c8086d85ba206ad8164bd01 (diff) | |
download | ChibiOS-2c928f2833afa53ec045adafb39d85b84685a2d8.tar.gz ChibiOS-2c928f2833afa53ec045adafb39d85b84685a2d8.tar.bz2 ChibiOS-2c928f2833afa53ec045adafb39d85b84685a2d8.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6330 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F37x/PWM-ICU/mcuconf.h')
-rw-r--r-- | testhal/STM32F37x/PWM-ICU/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F37x/PWM-ICU/mcuconf.h b/testhal/STM32F37x/PWM-ICU/mcuconf.h index 062fe87e0..0e5bc5c39 100644 --- a/testhal/STM32F37x/PWM-ICU/mcuconf.h +++ b/testhal/STM32F37x/PWM-ICU/mcuconf.h @@ -152,7 +152,7 @@ #define STM32_PWM_USE_TIM2 FALSE
#define STM32_PWM_USE_TIM3 FALSE
#define STM32_PWM_USE_TIM4 FALSE
-#define STM32_PWM_USE_TIM5 FALSE
+#define STM32_PWM_USE_TIM5 TRUE
#define STM32_PWM_TIM2_IRQ_PRIORITY 7
#define STM32_PWM_TIM3_IRQ_PRIORITY 7
#define STM32_PWM_TIM4_IRQ_PRIORITY 7
|