From 5dbd6fc70581e0264dbfc62a4313dca737124b5c Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 28 Sep 2023 17:31:54 +1000 Subject: [PATCH] stm32/dma: Remove unbalanced ). This was added by mistake in 9e0f934cdf195ca8d06ce51eb89f89e590984176 Signed-off-by: Damien George --- ports/stm32/dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/stm32/dma.c b/ports/stm32/dma.c index 298670f00e..36f4a67859 100644 --- a/ports/stm32/dma.c +++ b/ports/stm32/dma.c @@ -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,