yamt commented on code in PR #14761: URL: https://github.com/apache/nuttx/pull/14761#discussion_r1845749858
########## drivers/syslog/syslog_channel.c: ########## @@ -222,6 +218,32 @@ g_syslog_channel[CONFIG_SYSLOG_MAX_CHANNELS] = * Private Functions ****************************************************************************/ +#ifdef CONFIG_SYSLOG_DEFAULT +#ifdef CONFIG_ARCH_LOWPUTC Review Comment: do you mean you prefer ``` #if defined(CONFIG_SYSLOG_DEFAULT) && defined(CONFIG_ARCH_LOWPUTC) ``` ? -- 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