aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/RTC/mcuconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-06 17:40:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-06 17:40:11 +0000
commit85513252eea3357ce2efe177a10fc548d03669a2 (patch)
tree62d933b09c7f8bd6cbedd863420f6bd2994e938a /testhal/STM32F4xx/RTC/mcuconf.h
parent03fab93a8b8809ac405e83349579fbfa8adfb7f0 (diff)
downloadChibiOS-85513252eea3357ce2efe177a10fc548d03669a2.tar.gz
ChibiOS-85513252eea3357ce2efe177a10fc548d03669a2.tar.bz2
ChibiOS-85513252eea3357ce2efe177a10fc548d03669a2.zip
Added support for timer 9 to the STM32 PWM driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5550 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/RTC/mcuconf.h')
-rw-r--r--testhal/STM32F4xx/RTC/mcuconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/STM32F4xx/RTC/mcuconf.h b/testhal/STM32F4xx/RTC/mcuconf.h
index 7146b9d51..6d2f47d3e 100644
--- a/testhal/STM32F4xx/RTC/mcuconf.h
+++ b/testhal/STM32F4xx/RTC/mcuconf.h
@@ -180,12 +180,14 @@
#define STM32_PWM_USE_TIM4 FALSE
#define STM32_PWM_USE_TIM5 FALSE
#define STM32_PWM_USE_TIM8 FALSE
+#define STM32_PWM_USE_TIM9 FALSE
#define STM32_PWM_TIM1_IRQ_PRIORITY 7
#define STM32_PWM_TIM2_IRQ_PRIORITY 7
#define STM32_PWM_TIM3_IRQ_PRIORITY 7
#define STM32_PWM_TIM4_IRQ_PRIORITY 7
#define STM32_PWM_TIM5_IRQ_PRIORITY 7
#define STM32_PWM_TIM8_IRQ_PRIORITY 7
+#define STM32_PWM_TIM9_IRQ_PRIORITY 7
/*
* SERIAL driver system settings.