mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
syslog.rst: mention the correct kconfig option
This commit is contained in:
committed by
Xiang Xiao
parent
b088369014
commit
032b2bcd4b
@@ -263,8 +263,8 @@ There are three conditions under which SYSLOG output generated
|
|||||||
from interrupt level processing can a included the SYSLOG output
|
from interrupt level processing can a included the SYSLOG output
|
||||||
stream:
|
stream:
|
||||||
|
|
||||||
#. **Low-Level Serial Output**. If you are using a SYSLOG console
|
#. **Low-Level Serial Output**. If you are using the "default" SYSLOG
|
||||||
channel (``CONFIG_SYSLOG_CONSOLE``) and if the underlying
|
channel (``CONFIG_SYSLOG_DEFAULT``) and if the underlying
|
||||||
architecture supports the low-level ``up_putc()``
|
architecture supports the low-level ``up_putc()``
|
||||||
interface(\ ``CONFIG_ARCH_LOWPUTC``), then the SYSLOG logic
|
interface(\ ``CONFIG_ARCH_LOWPUTC``), then the SYSLOG logic
|
||||||
will direct the output to ``up_putc()`` which is capable of
|
will direct the output to ``up_putc()`` which is capable of
|
||||||
|
|||||||
Reference in New Issue
Block a user