arch/arm/src/stm32/chip/stm32_dma_v1.h: Fix error: extra tokens at end of #undef directive [-Werror]

This commit is contained in:
Gregory Nutt 2018-12-20 12:35:55 -06:00
parent 101740a626
commit 86508a0e85

View File

@ -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) */