mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 02:58:01 +08:00
238cddde3a
syslog_putc() have a lot of duplicate logic with syslog_write(). remove syslog_putc() and reuse syslog_write() to simplify syslog printing. Signed-off-by: chao an <anchao@lixiang.com>