stm32/dma: Remove unbalanced ).
This was added by mistake in 9e0f934cdf
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
88564c1406
commit
5dbd6fc705
|
@ -161,7 +161,7 @@ static const DMA_InitTypeDef dma_init_struct_i2s = {
|
|||
static const DMA_InitTypeDef dma_init_struct_sdio = {
|
||||
#if defined(STM32F4) || defined(STM32F7)
|
||||
.Channel = 0,
|
||||
#elif defined(STM32G0) || defined(STM32G4) || defined(STM32L0) || defined(STM32L4) || defined(STM32WB)) || defined(STM32WL)
|
||||
#elif defined(STM32G0) || defined(STM32G4) || defined(STM32L0) || defined(STM32L4) || defined(STM32WB) || defined(STM32WL)
|
||||
.Request = 0,
|
||||
#endif
|
||||
.Direction = 0,
|
||||
|
|
Loading…
Reference in New Issue