mirror of
https://github.com/apache/nuttx.git
synced 2026-09-14 22:50:25 +00:00
drivers/syslog/syslog_write.c: nxstyle fix
This commit is contained in:
parent
9274b67a45
commit
1a669e09cd
1 changed files with 1 additions and 0 deletions
|
|
@ -140,5 +140,6 @@ ssize_t syslog_write(FAR const char *buffer, size_t buflen)
|
|||
syslog_flush_intbuffer(g_syslog_channel, false);
|
||||
}
|
||||
#endif
|
||||
|
||||
return syslog_default_write(buffer, buflen);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue