Rename CONFIG_RAMLOG_CONSOLE_BUFSIZE to just CONFIG_RAMLOG_BUFSIZE

This commit is contained in:
Gregory Nutt
2014-07-01 12:00:40 -06:00
parent 14c7e04214
commit 1dd3952c8c
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -932,7 +932,7 @@ Where <subdir> is one of the following:
Logging is currently can be set up to use any amount of memory (here 8KB):
CONFIG_RAMLOG_CONSOLE_BUFSIZE=8192
CONFIG_RAMLOG_BUFSIZE=8192
STATUS:
2013-7-4: This configuration was last verified.