diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-18 10:07:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-18 10:07:30 +0000 |
commit | acd4d7c7725e15fdca0422cab7a86b792eb6c245 (patch) | |
tree | b7ab73853eed7c432b695dc179a85360c634a388 /testhal/STM32L1xx | |
parent | 0022c9cd552909ecbd7dac0f2034cbb776d7fd7e (diff) | |
download | ChibiOS-acd4d7c7725e15fdca0422cab7a86b792eb6c245.tar.gz ChibiOS-acd4d7c7725e15fdca0422cab7a86b792eb6c245.tar.bz2 ChibiOS-acd4d7c7725e15fdca0422cab7a86b792eb6c245.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3338 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32L1xx')
-rw-r--r-- | testhal/STM32L1xx/GPT/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32L1xx/GPT/mcuconf.h b/testhal/STM32L1xx/GPT/mcuconf.h index b07cb9f6d..d214c9d12 100644 --- a/testhal/STM32L1xx/GPT/mcuconf.h +++ b/testhal/STM32L1xx/GPT/mcuconf.h @@ -123,7 +123,7 @@ #define STM32_PWM_USE_ADVANCED FALSE
#define STM32_PWM_USE_TIM1 FALSE
#define STM32_PWM_USE_TIM2 FALSE
-#define STM32_PWM_USE_TIM3 TRUE
+#define STM32_PWM_USE_TIM3 FALSE
#define STM32_PWM_USE_TIM4 FALSE
#define STM32_PWM_USE_TIM5 FALSE
#define STM32_PWM_USE_TIM8 FALSE
|