diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-30 13:04:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-30 13:04:10 +0000 |
commit | 8c1fc9af2b96a9a3ccae3d8810c21bd7afae97ab (patch) | |
tree | 27ab79db6ed83a893b78ee8d878a0ff416cca7b8 /testhal/STM32L1xx/ADC | |
parent | 984148e9dbda3053aec71ea7da545bc75cd33e94 (diff) | |
download | ChibiOS-8c1fc9af2b96a9a3ccae3d8810c21bd7afae97ab.tar.gz ChibiOS-8c1fc9af2b96a9a3ccae3d8810c21bd7afae97ab.tar.bz2 ChibiOS-8c1fc9af2b96a9a3ccae3d8810c21bd7afae97ab.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6337 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32L1xx/ADC')
-rw-r--r-- | testhal/STM32L1xx/ADC/mcuconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32L1xx/ADC/mcuconf.h b/testhal/STM32L1xx/ADC/mcuconf.h index e327dbb74..4f936d8b3 100644 --- a/testhal/STM32L1xx/ADC/mcuconf.h +++ b/testhal/STM32L1xx/ADC/mcuconf.h @@ -121,6 +121,7 @@ #define STM32_PWM_USE_TIM2 FALSE
#define STM32_PWM_USE_TIM3 FALSE
#define STM32_PWM_USE_TIM4 FALSE
+#define STM32_PWM_USE_TIM9 FALSE
#define STM32_PWM_TIM2_IRQ_PRIORITY 7
#define STM32_PWM_TIM3_IRQ_PRIORITY 7
#define STM32_PWM_TIM4_IRQ_PRIORITY 7
|