pussuw commented on code in PR #1693: URL: https://github.com/apache/nuttx-apps/pull/1693#discussion_r1154093922
########## system/composite/composite_main.c: ########## @@ -55,6 +55,12 @@ # endif #endif +#ifdef CONFIG_FILE_STREAM +# define printerr(fmt, ...) fprintf(stderr, (fmt), ##__VA_ARGS__) +#else +# define printerr(fmt, ...) dprintf(STDERR_FILENO, (fmt), ##__VA_ARGS__) Review Comment: Ok, I can convert this file because this is a blocker issue for me (the SW does not build any more) -- 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