From f8f56be6c5871fa179ec84b9f0da8f0dd88e365c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 27 Feb 2013 07:51:04 +0000 Subject: Fixed bug 3605832. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5335 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/icu_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal') diff --git a/os/hal/platforms/STM32/icu_lld.c b/os/hal/platforms/STM32/icu_lld.c index 736321368..db2c92264 100644 --- a/os/hal/platforms/STM32/icu_lld.c +++ b/os/hal/platforms/STM32/icu_lld.c @@ -538,7 +538,6 @@ void icu_lld_stop(ICUDriver *icup) { rccDisableTIM5(FALSE); } #endif - } #if STM32_ICU_USE_TIM8 if (&ICUD8 == icup) { nvicDisableVector(STM32_TIM8_UP_NUMBER); @@ -546,6 +545,7 @@ void icu_lld_stop(ICUDriver *icup) { rccDisableTIM8(FALSE); } #endif + } } /** -- cgit v1.2.3