a few cosmetic changes
This commit is contained in:
parent
a43cdbff0b
commit
19c6a82f8b
|
@ -5,7 +5,7 @@
|
|||
|
||||
comment "System Logging"
|
||||
|
||||
# Selected if the architecture has its own, built-in SYSLOGgin enabled
|
||||
# Selected if the architecture has its own, built-in SYSLOGging enabled
|
||||
|
||||
config ARCH_HAVE_SYSLOG
|
||||
bool
|
||||
|
@ -83,8 +83,9 @@ config DRIVER_NOTE
|
|||
default n
|
||||
depends on SCHED_INSTRUMENTATION_BUFFER
|
||||
---help---
|
||||
Enable building a serial driver that can be used by an application to read data
|
||||
from the in-memory, scheduler instrumentatin "note" buffer.
|
||||
Enable building a serial driver that can be used by an application
|
||||
to read data from the in-memory, scheduler instrumentatin "note"
|
||||
buffer.
|
||||
|
||||
config SYSLOG_INTBUFFER
|
||||
bool "Use interrupt buffer"
|
||||
|
|
|
@ -132,6 +132,7 @@ extern "C"
|
|||
/****************************************************************************
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: syslog_channel
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue