diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-15 19:06:48 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-15 19:06:48 +0000 |
commit | d4187a3454cbfb1735d286d4acf23b062b1febdf (patch) | |
tree | ba00f2f44d3679a0398bf283fda406b83182c92c /testhal/STM32L1xx/IRQ_STORM/mcuconf.h | |
parent | dfab65f9f80d9a20e8e3b6bc9014ad21cf5b1bdc (diff) | |
download | ChibiOS-d4187a3454cbfb1735d286d4acf23b062b1febdf.tar.gz ChibiOS-d4187a3454cbfb1735d286d4acf23b062b1febdf.tar.bz2 ChibiOS-d4187a3454cbfb1735d286d4acf23b062b1febdf.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3494 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32L1xx/IRQ_STORM/mcuconf.h')
-rw-r--r-- | testhal/STM32L1xx/IRQ_STORM/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32L1xx/IRQ_STORM/mcuconf.h b/testhal/STM32L1xx/IRQ_STORM/mcuconf.h index 4458168c1..b4e3ea258 100644 --- a/testhal/STM32L1xx/IRQ_STORM/mcuconf.h +++ b/testhal/STM32L1xx/IRQ_STORM/mcuconf.h @@ -90,7 +90,7 @@ #define STM32_GPT_USE_TIM1 FALSE
#define STM32_GPT_USE_TIM2 TRUE
#define STM32_GPT_USE_TIM3 TRUE
-#define STM32_GPT_USE_TIM4 TRUE
+#define STM32_GPT_USE_TIM4 FALSE
#define STM32_GPT_USE_TIM5 FALSE
#define STM32_GPT_USE_TIM8 FALSE
#define STM32_GPT_TIM1_IRQ_PRIORITY 7
|