xiaoxiang781216 commented on code in PR #7472: URL: https://github.com/apache/incubator-nuttx/pull/7472#discussion_r1011128126
########## arch/arm/src/s32k3xx/s32k3xx_edma.c: ########## @@ -916,18 +902,12 @@ void weak_function arm_dma_initialize(void) /* Initialize data structures */ - memset(&g_edma, 0, sizeof(struct s32k3xx_edma_s)); Review Comment: Yes, avoid the initial value is destroyed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org