From 095e6cdb5dfacb715b5266ba3f76ed9021ef532e Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 8 Nov 2012 12:20:36 -0500 Subject: stm32f4/dma: Fix cut-and-paste error --- lib/stm32/f4/dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stm32/f4/dma.c') diff --git a/lib/stm32/f4/dma.c b/lib/stm32/f4/dma.c index 80eb963..7c80dcf 100644 --- a/lib/stm32/f4/dma.c +++ b/lib/stm32/f4/dma.c @@ -123,7 +123,7 @@ The interrupt flag for the stream is returned. @param[in] dma unsigned int32. DMA controller base address: DMA1 or DMA2 @param[in] stream unsigned int8. Stream number: @ref dma_st_number -@param[in] interrupt unsigned int32. Interrupt number: @ref dma_st_number +@param[in] interrupt unsigned int32. Interrupt number: @ref dma_if_offset @returns bool interrupt flag is set. */ -- cgit v1.2.3