From c7bb99a1e5b0a630df0f9a42190172bfe3472596 Mon Sep 17 00:00:00 2001 From: barthess Date: Wed, 7 Dec 2011 19:38:13 +0000 Subject: GPT. Fixed some inconsistencies in F4x port. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3574 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/gpt_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/platforms/STM32/gpt_lld.c') diff --git a/os/hal/platforms/STM32/gpt_lld.c b/os/hal/platforms/STM32/gpt_lld.c index e40843ccb..34468ccc3 100644 --- a/os/hal/platforms/STM32/gpt_lld.c +++ b/os/hal/platforms/STM32/gpt_lld.c @@ -249,7 +249,7 @@ void gpt_lld_init(void) { #if STM32_GPT_USE_TIM8 /* Driver initialization.*/ - GPTD5.tim = STM32_TIM8; + GPTD8.tim = STM32_TIM8; gptObjectInit(&GPTD8); #endif } -- cgit v1.2.3