removing DMAINFO typedef
This commit is contained in:
parent
bca15a3298
commit
a17ad75673
10 changed files with 16 additions and 16 deletions
|
@ -15,9 +15,9 @@
|
|||
# define DIAG_INTERRUPT_OUT()
|
||||
#endif
|
||||
|
||||
volatile uint8_t g_memcpyDmaBusy = 0;
|
||||
volatile uint8_t g_memcpyDmaBusy = 0;
|
||||
|
||||
static DMAINFO g_memcpyDmaInfo;
|
||||
static struct dmainfo_t g_memcpyDmaInfo;
|
||||
|
||||
void Mcd_Init(DMA_TypeDef *dma, uint32_t stream)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue