xiaoxiang781216 commented on PR #6057:
URL: https://github.com/apache/incubator-nuttx/pull/6057#issuecomment-1103449240

   @JacobCrabill your patch need fix the issue I reported four days ago:
   ```
   To fix the ci error:
   
   Error: syslog/syslog_channel.c:142:3: error: excess elements in array 
initializer [-Werror]
     142 |   &g_ramlog_channel,
   You need:
   
   Select one and only one channel(remove CONFIG_RAMLOG_SYSLOG or 
CONFIG_SYSLOG_DEFAULT)
   Set CONFIG_SYSLOG_MAX_CHANNELS to 2 at least
   ```


-- 
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]

Reply via email to