git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2091 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
8c836a17ff
commit
b1034e1211
|
@ -75,7 +75,7 @@ typedef struct {
|
||||||
volatile uint32_t ISR;
|
volatile uint32_t ISR;
|
||||||
volatile uint32_t IFCR;
|
volatile uint32_t IFCR;
|
||||||
stm32_dma_channel_t channels[7];
|
stm32_dma_channel_t channels[7];
|
||||||
} stm32_dma_t:
|
} stm32_dma_t;
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver macros. */
|
/* Driver macros. */
|
||||||
|
|
Loading…
Reference in New Issue