aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/dma.c
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-08-30 00:09:07 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-08-30 00:09:07 -0400
commitafe9822173db7fb874a398819ab7b263d62abf94 (patch)
tree4b6a4a5d58fc3cfe35693f9d22bead005b6690f9 /libmaple/dma.c
parent1e2e7c88064aca84d276009f22bcd020518a966b (diff)
downloadlibrambutan-afe9822173db7fb874a398819ab7b263d62abf94.tar.gz
librambutan-afe9822173db7fb874a398819ab7b263d62abf94.zip
dma.c: Fix Doxygen syntax for dma_get_irq_cause().
Diffstat (limited to 'libmaple/dma.c')
-rw-r--r--libmaple/dma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmaple/dma.c b/libmaple/dma.c
index 969f9ca..60f4d47 100644
--- a/libmaple/dma.c
+++ b/libmaple/dma.c
@@ -210,8 +210,8 @@ void dma_detach_interrupt(dma_dev *dev, dma_channel channel) {
* the cause of the interrupt; consequently, it can only be called
* once per interrupt handler invocation.
*
- * @brief dev DMA device
- * @brief channel Channel whose interrupt is being handled.
+ * @param dev DMA device
+ * @param channel Channel whose interrupt is being handled.
* @return Reason why the interrupt fired.
* @sideeffect Clears channel status flags in dev->regs->ISR.
* @see dma_attach_interrupt()