aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F0xx/IRQ_STORM/mcuconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-20 14:49:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-20 14:49:49 +0000
commit371ef2afb5b7045d8293dd5a393a7783b025f8a8 (patch)
treed28a31a6d32d6d02cead54a8438556235635f0d6 /testhal/STM32F0xx/IRQ_STORM/mcuconf.h
parent8d0dc4bfd67857f376a2aa67424e9e8697342025 (diff)
downloadChibiOS-371ef2afb5b7045d8293dd5a393a7783b025f8a8.tar.gz
ChibiOS-371ef2afb5b7045d8293dd5a393a7783b025f8a8.tar.bz2
ChibiOS-371ef2afb5b7045d8293dd5a393a7783b025f8a8.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6191 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F0xx/IRQ_STORM/mcuconf.h')
-rw-r--r--testhal/STM32F0xx/IRQ_STORM/mcuconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/testhal/STM32F0xx/IRQ_STORM/mcuconf.h b/testhal/STM32F0xx/IRQ_STORM/mcuconf.h
index daa502b97..cd6d20966 100644
--- a/testhal/STM32F0xx/IRQ_STORM/mcuconf.h
+++ b/testhal/STM32F0xx/IRQ_STORM/mcuconf.h
@@ -77,12 +77,12 @@
/*
* GPT driver system settings.
*/
-#define STM32_GPT_USE_TIM1 FALSE
-#define STM32_GPT_USE_TIM2 TRUE
+#define STM32_GPT_USE_TIM1 TRUE
+#define STM32_GPT_USE_TIM2 FALSE
#define STM32_GPT_USE_TIM3 TRUE
-#define STM32_GPT_TIM1_IRQ_PRIORITY 2
+#define STM32_GPT_TIM1_IRQ_PRIORITY 1
#define STM32_GPT_TIM2_IRQ_PRIORITY 2
-#define STM32_GPT_TIM3_IRQ_PRIORITY 2
+#define STM32_GPT_TIM3_IRQ_PRIORITY 3
/*
* I2C driver system settings.