mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
arch/arm/src/sama5/sam_xdmac.c: Appease nxstyle
This commit is contained in:
committed by
Xiang Xiao
parent
59dc739895
commit
c8eb8ac9c1
@@ -2325,7 +2325,9 @@ int sam_dmastart(DMA_HANDLE handle, dma_callback_t callback, void *arg)
|
||||
|
||||
if (xdmach->llhead)
|
||||
{
|
||||
/* Save the callback info. This will be invoked whent the DMA completes */
|
||||
/* Save the callback info. This will be invoked whent the DMA
|
||||
* completes
|
||||
*/
|
||||
|
||||
xdmach->callback = callback;
|
||||
xdmach->arg = arg;
|
||||
|
||||
Reference in New Issue
Block a user