aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Gamari2012-11-08 12:20:36 -0500
committerBen Gamari2012-11-08 12:20:36 -0500
commit095e6cdb5dfacb715b5266ba3f76ed9021ef532e (patch)
treed5647d69f07bb6df9d5b2d697ff2bd96cab86dc8 /lib
parentf3557b8d6087d6e041c781419cda694431916fc4 (diff)
stm32f4/dma: Fix cut-and-paste error
Diffstat (limited to 'lib')
-rw-r--r--lib/stm32/f4/dma.c2
1 files changed, 1 insertions, 1 deletions
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.
*/