mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
There is now one-and-only-one copy of syslog_putc. It is in the SYSLOG channel logic and can redirect syslog output as needed. All former syslog_putc versions were renamed and the corresponding SYSLOG device initializaiton now calls syslog_channel()
This commit is contained in:
@@ -47,13 +47,13 @@
|
||||
|
||||
#if defined(CONFIG_ARCH_LOWPUTC) || defined(CONFIG_SYSLOG)
|
||||
/* The low-level SYSLOG functions can be used only if we have access to
|
||||
* either the low-level serial interface, up_putc(), and to syslog_putc()
|
||||
* either the low-level serial interface, up_putc().
|
||||
*/
|
||||
|
||||
#if defined(CONFIG_BUILD_FLAT) || defined (__KERNEL__)
|
||||
/* The low-level serial interface, up_putc(), and syslog_putc() are only
|
||||
* available in the FLAT build or during the kernel pass of the protected or
|
||||
* kernel two pass builds.
|
||||
/* The low-level serial interface, up_putc(), is only available in the FLAT
|
||||
* build or during the kernel pass of the protected or kernel two pass
|
||||
* builds.
|
||||
*/
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user