From 9568ccf9d193dc60cf3f07b18cab9079e5fcbb18 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 15 Aug 2013 08:17:27 +0000 Subject: Upgrades to STM32 GPT, ICU and PWM drivers. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6150 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F0xx/PWM-ICU/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testhal/STM32F0xx/PWM-ICU/main.c') diff --git a/testhal/STM32F0xx/PWM-ICU/main.c b/testhal/STM32F0xx/PWM-ICU/main.c index de6191c01..9de2c2eea 100644 --- a/testhal/STM32F0xx/PWM-ICU/main.c +++ b/testhal/STM32F0xx/PWM-ICU/main.c @@ -40,6 +40,7 @@ static PWMConfig pwmcfg = { {PWM_OUTPUT_DISABLED, NULL} }, 0, + 0 }; icucnt_t last_width, last_period; @@ -67,7 +68,8 @@ static ICUConfig icucfg = { icuwidthcb, icuperiodcb, icuoverflowcb, - ICU_CHANNEL_1 + ICU_CHANNEL_1, + 0 }; /* -- cgit v1.2.3