xiaoxiang781216 commented on code in PR #7688: URL: https://github.com/apache/incubator-nuttx/pull/7688#discussion_r1031754583
########## include/nuttx/streams.h: ########## @@ -40,6 +40,16 @@ * Pre-processor Definitions ****************************************************************************/ +#define stream_write(stream, buf, len) \ Review Comment: The keypoint is you need add () around stream argument. The additional () is fine if there is doubt. -- 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