arch/arm/src/stm32f0l0/stm32_dma_v1.c: Fix a compilation probleml found in build testing.
This commit is contained in:
parent
dfd2701f97
commit
ae2a3d4efd
1 changed files with 2 additions and 2 deletions
|
|
@ -161,12 +161,12 @@ static struct stm32_dma_s g_dma[DMA_NCHANNELS] =
|
|||
},
|
||||
{
|
||||
.chan = 3,
|
||||
.irq = STM32_IRQ_DMA2CH45,
|
||||
.irq = STM32_IRQ_DMA2CH4,
|
||||
.base = STM32_DMA2_BASE + STM32_DMACHAN_OFFSET(3),
|
||||
},
|
||||
{
|
||||
.chan = 4,
|
||||
.irq = STM32_IRQ_DMA2CH45,
|
||||
.irq = STM32_IRQ_DMA2CH5,
|
||||
.base = STM32_DMA2_BASE + STM32_DMACHAN_OFFSET(4),
|
||||
},
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue