git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2091 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2010-07-26 17:05:51 +00:00
parent 8c836a17ff
commit b1034e1211
1 changed files with 1 additions and 1 deletions

View File

@ -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. */