From d41b050526eb1224f6b7d72d8883ca29115aec84 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 27 May 2015 11:49:19 -0600 Subject: [PATCH] Fix another missing semicolon after DEBUGASSERT --- arch/arm/src/stm32/stm32f40xxx_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/stm32/stm32f40xxx_dma.c b/arch/arm/src/stm32/stm32f40xxx_dma.c index 9450dd0a78c..1859bd34b2f 100644 --- a/arch/arm/src/stm32/stm32f40xxx_dma.c +++ b/arch/arm/src/stm32/stm32f40xxx_dma.c @@ -610,7 +610,7 @@ void stm32_dmasetup(DMA_HANDLE handle, uint32_t paddr, uint32_t maddr, paddr, maddr, ntransfers, scr); #ifdef CONFIG_STM32_DMACAPABLE - DEBUGASSERT(stm32_dmacapable(maddr, ntransfers, scr)) + DEBUGASSERT(stm32_dmacapable(maddr, ntransfers, scr)); #endif /* "If the stream is enabled, disable it by resetting the EN bit in the