From 86508a0e8537c7819887a3d22fabc18c547e1e37 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 20 Dec 2018 12:35:55 -0600 Subject: [PATCH] arch/arm/src/stm32/chip/stm32_dma_v1.h: Fix error: extra tokens at end of #undef directive [-Werror] --- arch/arm/src/stm32/chip/stm32_dma_v1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/stm32/chip/stm32_dma_v1.h b/arch/arm/src/stm32/chip/stm32_dma_v1.h index bcc0060f58..c9df2d58f6 100644 --- a/arch/arm/src/stm32/chip/stm32_dma_v1.h +++ b/arch/arm/src/stm32/chip/stm32_dma_v1.h @@ -47,7 +47,7 @@ /* F0, L0, L4 have additional CSELR register */ -#undef DMA_HAVE_CSELR 1 +#undef DMA_HAVE_CSELR /* These definitions apply to both the STM32 F1 and F3 families */ /* 12 Channels Total: 7 DMA1 Channels(1-7) and 5 DMA2 channels (1-5) */