From b1034e1211f481f3bf6056851627900f20c081f2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 26 Jul 2010 17:05:51 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2091 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/stm32_dma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/platforms/STM32/stm32_dma.h b/os/hal/platforms/STM32/stm32_dma.h index b34be76b9..673fcc589 100644 --- a/os/hal/platforms/STM32/stm32_dma.h +++ b/os/hal/platforms/STM32/stm32_dma.h @@ -75,7 +75,7 @@ typedef struct { volatile uint32_t ISR; volatile uint32_t IFCR; stm32_dma_channel_t channels[7]; -} stm32_dma_t: +} stm32_dma_t; /*===========================================================================*/ /* Driver macros. */