mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 18:37:46 +08:00
e62c915972
syslog_force is used to force the syslog output to the console in interrupt context, but we can use syslog_write to do the same(and more) thing. Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>