removing DMAINFO typedef
This commit is contained in:
parent
bca15a3298
commit
a17ad75673
10 changed files with 16 additions and 16 deletions
|
@ -64,7 +64,7 @@ uint32_t Dma_GetTcMask(uint32_t stream)
|
|||
return tcMasks[stream];
|
||||
}
|
||||
|
||||
void Dma_Init(DMAINFO *info, DMA_TypeDef *dma, uint32_t stream)
|
||||
void Dma_Init(struct dmainfo_t *info, DMA_TypeDef *dma, uint32_t stream)
|
||||
{
|
||||
info->dma = dma;
|
||||
info->stream = stream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue