mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
ramlog: Remove RAMLOG_CRLF config and related code
since the conversion is moved to common layer after: https://github.com/apache/nuttx/pull/14362 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -77,13 +77,6 @@ config RAMLOG
|
||||
details as needed to support logging.
|
||||
|
||||
if RAMLOG
|
||||
config RAMLOG_CRLF
|
||||
bool "RAMLOG CR/LF"
|
||||
default n
|
||||
---help---
|
||||
Pre-pend a carriage return before every linefeed that goes into the
|
||||
RAM log.
|
||||
|
||||
config RAMLOG_NONBLOCKING
|
||||
bool "RAMLOG non-block reads"
|
||||
default y
|
||||
|
||||
Reference in New Issue
Block a user