aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/SAMA/LLD/DMAv1/sama_xdmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/SAMA/LLD/DMAv1/sama_xdmac.c')
-rw-r--r--os/hal/ports/SAMA/LLD/DMAv1/sama_xdmac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/ports/SAMA/LLD/DMAv1/sama_xdmac.c b/os/hal/ports/SAMA/LLD/DMAv1/sama_xdmac.c
index 6fc51c1f9..9537fa6b0 100644
--- a/os/hal/ports/SAMA/LLD/DMAv1/sama_xdmac.c
+++ b/os/hal/ports/SAMA/LLD/DMAv1/sama_xdmac.c
@@ -172,9 +172,9 @@ OSAL_IRQ_HANDLER(dmaHandler) {
}
}
/* Execute callback */
- //if (pendingInt && channel->dma_func) {
+ if (pendingInt && channel->dma_func) {
channel->dma_func(channel->dma_param,cis);
- //}
+ }
}
}
OSAL_IRQ_EPILOGUE();