wangchdo commented on code in PR #16982: URL: https://github.com/apache/nuttx/pull/16982#discussion_r2330097652
########## drivers/syslog/syslog_write.c: ########## @@ -104,6 +104,9 @@ ssize_t syslog_write_foreach(FAR const char *buffer, syslog_write_t write; syslog_putc_t putc; size_t nwritten = 0; +#if CONFIG_SYSLOG_MAX_CHANNELS > 1 Review Comment: OK, I removed this. -- 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