Fix another missing semicolon after DEBUGASSERT

This commit is contained in:
Gregory Nutt 2015-05-27 11:49:19 -06:00
parent d50761428c
commit d41b050526

View File

@ -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