mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 06:55:13 +00:00
stream/syslog: remove unnecessary ifdef CONFIG_SYSLOG_BUFFER
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
4a279b4b9b
commit
f75adacea6
1 changed files with 0 additions and 2 deletions
|
|
@ -70,13 +70,11 @@ static int syslogstream_flush(FAR struct lib_outstream_s *ostream)
|
|||
stream->offset = 0;
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Name: syslogstream_addchar
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_SYSLOG_BUFFER
|
||||
static void syslogstream_addchar(FAR struct lib_syslogstream_s *stream,
|
||||
int ch)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue