pkarashchenko commented on code in PR #10809: URL: https://github.com/apache/nuttx/pull/10809#discussion_r1336704963
########## include/nuttx/dma/dma.h: ########## @@ -246,10 +251,13 @@ struct dma_config_s unsigned int direction; unsigned int priority; unsigned int timeout; + unsigned int priv; Review Comment: Should this be `uintptr_t` or `unsigned int` is enough? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
