diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-19 13:58:49 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-19 13:58:49 +0000 |
commit | 5bff4887883e6306d1a3be1f3db740bfb9600fc1 (patch) | |
tree | d3d43a2101b5f18e9d2f39ea9787ce8f9dd893db | |
parent | ecd12dd557cc312c51df58fca4e88eb920e792a4 (diff) | |
download | ChibiOS-5bff4887883e6306d1a3be1f3db740bfb9600fc1.tar.gz ChibiOS-5bff4887883e6306d1a3be1f3db740bfb9600fc1.tar.bz2 ChibiOS-5bff4887883e6306d1a3be1f3db740bfb9600fc1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6178 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | testhal/STM32F30x/IRQ_STORM/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F30x/IRQ_STORM/mcuconf.h b/testhal/STM32F30x/IRQ_STORM/mcuconf.h index c660fc3f9..d33f5ae33 100644 --- a/testhal/STM32F30x/IRQ_STORM/mcuconf.h +++ b/testhal/STM32F30x/IRQ_STORM/mcuconf.h @@ -110,7 +110,7 @@ #define STM32_GPT_USE_TIM2 TRUE
#define STM32_GPT_USE_TIM3 TRUE
#define STM32_GPT_USE_TIM4 TRUE
-#define STM32_GPT_USE_TIM8 TRUE
+#define STM32_GPT_USE_TIM6 TRUE
#define STM32_GPT_USE_TIM7 TRUE
#define STM32_GPT_USE_TIM8 TRUE
#define STM32_GPT_TIM1_IRQ_PRIORITY 7
|