stm32f4/dma: Fix cut-and-paste error

This commit is contained in:
Ben Gamari 2012-11-08 12:20:36 -05:00
parent f3557b8d60
commit 095e6cdb5d
1 changed files with 1 additions and 1 deletions

View File

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