This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 4888be3  arch/arm/src/sam34/sam_dmac.c:  Fix compilation error
4888be3 is described below

commit 4888be37e3bacc71705b2474670f9a5a13f944e6
Author: Richard Tucker <[email protected]>
AuthorDate: Wed Mar 9 10:59:10 2022 +1100

    arch/arm/src/sam34/sam_dmac.c:  Fix compilation error
---
 arch/arm/src/sam34/sam_dmac.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/src/sam34/sam_dmac.c b/arch/arm/src/sam34/sam_dmac.c
index f56279d..11801a2 100644
--- a/arch/arm/src/sam34/sam_dmac.c
+++ b/arch/arm/src/sam34/sam_dmac.c
@@ -196,12 +196,12 @@ static struct sam_dma_s g_dma[SAM34_NDMACHAN] =
     .chan     = 3,
     .flags    = DMACH_FLAG_FIFO_32BYTES,
     .base     = SAM_DMACHAN3_BASE,
-  }
+  },
   {
     .chan     = 4,
     .flags    = DMACH_FLAG_FIFO_8BYTES,
     .base     = SAM_DMACHAN4_BASE,
-  }
+  },
   {
     .chan     = 5,
     .flags    = DMACH_FLAG_FIFO_32BYTES,

Reply via email to