aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/GPT
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-22 07:39:59 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-22 07:39:59 +0000
commit731ff282811d9f7dd10470fbe80cc2cdfd16c599 (patch)
tree231c68de031d075312e8e7d02fb5f7d2d9804dc1 /testhal/STM32F1xx/GPT
parenta02e6d83326e58b1cb5ecdbbb28091489269e87a (diff)
downloadChibiOS-731ff282811d9f7dd10470fbe80cc2cdfd16c599.tar.gz
ChibiOS-731ff282811d9f7dd10470fbe80cc2cdfd16c599.tar.bz2
ChibiOS-731ff282811d9f7dd10470fbe80cc2cdfd16c599.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4611 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/GPT')
-rw-r--r--testhal/STM32F1xx/GPT/mcuconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/testhal/STM32F1xx/GPT/mcuconf.h b/testhal/STM32F1xx/GPT/mcuconf.h
index 8dccb622c..0759c3a43 100644
--- a/testhal/STM32F1xx/GPT/mcuconf.h
+++ b/testhal/STM32F1xx/GPT/mcuconf.h
@@ -88,10 +88,10 @@
/*
* GPT driver system settings.
*/
-#define STM32_GPT_USE_TIM1 FALSE
-#define STM32_GPT_USE_TIM2 FALSE
-#define STM32_GPT_USE_TIM3 FALSE
-#define STM32_GPT_USE_TIM4 FALSE
+#define STM32_GPT_USE_TIM1 TRUE
+#define STM32_GPT_USE_TIM2 TRUE
+#define STM32_GPT_USE_TIM3 TRUE
+#define STM32_GPT_USE_TIM4 TRUE
#define STM32_GPT_USE_TIM5 FALSE
#define STM32_GPT_USE_TIM8 FALSE
#define STM32_GPT_TIM1_IRQ_PRIORITY 7