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 /demos/rt | |
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 'demos/rt')
-rw-r--r-- | demos/rt/RT-STM32L152-DISCOVERY/mcuconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/rt/RT-STM32L152-DISCOVERY/mcuconf.h b/demos/rt/RT-STM32L152-DISCOVERY/mcuconf.h index 7efe82f94..bb3a06e3a 100644 --- a/demos/rt/RT-STM32L152-DISCOVERY/mcuconf.h +++ b/demos/rt/RT-STM32L152-DISCOVERY/mcuconf.h @@ -121,6 +121,7 @@ #define STM32_PWM_USE_TIM2 FALSE
#define STM32_PWM_USE_TIM3 FALSE
#define STM32_PWM_USE_TIM4 TRUE
+#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
|