mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
SYSLOG: Now a two phase initialization. Some SYSLOG channels cannot be initialized until later in the bringup
This commit is contained in:
@@ -335,6 +335,7 @@ int syslog_flush_intbuffer(FAR const struct syslog_channel_s *channel,
|
||||
}
|
||||
while (ch != EOF && ret >= 0);
|
||||
|
||||
sched_unlock();
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user