aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/PWM/mcuconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-01 08:45:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-01 08:45:34 +0000
commit0b0fb6f88f6851842e89f19129b0dc535f41dcbc (patch)
tree68f624b27371ca455ea1e43e16074963fd66d495 /testhal/STM32/PWM/mcuconf.h
parentbeab954a35b7c6be13b8c5af58c7cd52b5888abc (diff)
downloadChibiOS-0b0fb6f88f6851842e89f19129b0dc535f41dcbc.tar.gz
ChibiOS-0b0fb6f88f6851842e89f19129b0dc535f41dcbc.tar.bz2
ChibiOS-0b0fb6f88f6851842e89f19129b0dc535f41dcbc.zip
ICU driver functional.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2857 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/PWM/mcuconf.h')
-rw-r--r--testhal/STM32/PWM/mcuconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/PWM/mcuconf.h b/testhal/STM32/PWM/mcuconf.h
index 17929817f..bd96de17b 100644
--- a/testhal/STM32/PWM/mcuconf.h
+++ b/testhal/STM32/PWM/mcuconf.h
@@ -78,9 +78,9 @@
* ICU driver system settings.
*/
#define STM32_ICU_USE_TIM1 FALSE
-#define STM32_ICU_USE_TIM2 TRUE
+#define STM32_ICU_USE_TIM2 FALSE
#define STM32_ICU_USE_TIM3 FALSE
-#define STM32_ICU_USE_TIM4 FALSE
+#define STM32_ICU_USE_TIM4 TRUE
#define STM32_ICU_USE_TIM5 FALSE
#define STM32_ICU_TIM1_IRQ_PRIORITY 7
#define STM32_ICU_TIM2_IRQ_PRIORITY 7