mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
syslog: enable LF to CRLF config as default
This commit fixes the issue #14418 Signed-off-by: yangsong8 <yangsong8@xiaomi.com>
This commit is contained in:
parent
d39bcd4ad5
commit
5ff98fb4e1
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ config RAMLOG
|
|||
if RAMLOG
|
||||
config RAMLOG_CRLF
|
||||
bool "RAMLOG CR/LF"
|
||||
default n
|
||||
default y
|
||||
---help---
|
||||
Pre-pend a carriage return before every linefeed that goes into the
|
||||
RAM log.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue