From 8bdd0b926946c83dc7ec41ab6372baf4e158d382 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 23 May 2014 13:27:26 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6957 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F0xx/PWM-ICU/mcuconf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testhal/STM32/STM32F0xx/PWM-ICU/mcuconf.h') diff --git a/testhal/STM32/STM32F0xx/PWM-ICU/mcuconf.h b/testhal/STM32/STM32F0xx/PWM-ICU/mcuconf.h index 29bdca5a4..3be851320 100644 --- a/testhal/STM32/STM32F0xx/PWM-ICU/mcuconf.h +++ b/testhal/STM32/STM32F0xx/PWM-ICU/mcuconf.h @@ -80,9 +80,11 @@ #define STM32_GPT_USE_TIM1 FALSE #define STM32_GPT_USE_TIM2 FALSE #define STM32_GPT_USE_TIM3 FALSE +#define STM32_GPT_USE_TIM14 FALSE #define STM32_GPT_TIM1_IRQ_PRIORITY 2 #define STM32_GPT_TIM2_IRQ_PRIORITY 2 #define STM32_GPT_TIM3_IRQ_PRIORITY 2 +#define STM32_GPT_TIM14_IRQ_PRIORITY 2 /* * I2C driver system settings. -- cgit v1.2.3