pkarashchenko commented on code in PR #6414: URL: https://github.com/apache/incubator-nuttx/pull/6414#discussion_r895667526
########## drivers/syslog/syslog_device.c: ########## @@ -120,6 +123,63 @@ static const uint8_t g_syscrlf[2] = * Private Functions ****************************************************************************/ +/**************************************************************************** + * Name: syslog_dev_takesem + ****************************************************************************/ + +static inline int syslog_dev_takesem(FAR struct syslog_dev_s *syslog_dev) Review Comment: @xiaoxiang781216 I'm just reverting a part that was changed. No new logic is introduced here -- 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