aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-26 17:05:51 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-26 17:05:51 +0000
commitb1034e1211f481f3bf6056851627900f20c081f2 (patch)
treea4792db6368d0dca2aa0d6fad195e6006cbf6aa1 /os
parent8c836a17ffbb2af2a0d10db3a3b031c4ee4b2f3d (diff)
downloadChibiOS-b1034e1211f481f3bf6056851627900f20c081f2.tar.gz
ChibiOS-b1034e1211f481f3bf6056851627900f20c081f2.tar.bz2
ChibiOS-b1034e1211f481f3bf6056851627900f20c081f2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2091 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/hal/platforms/STM32/stm32_dma.h2
1 files changed, 1 insertions, 1 deletions
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. */