summaryrefslogtreecommitdiff
path: root/nuttx/configs/sure-pic32mx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-01 12:00:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-01 12:00:40 -0600
commitcdb5a7864167327c84394786f00030f8f9a74f87 (patch)
tree564f5a2e9b1ef88f08f2b3c17de6cc4bbc6adf16 /nuttx/configs/sure-pic32mx
parent0a5eb9f4bd2e38aeef482976ce1b960430cfa29a (diff)
downloadnuttx-cdb5a7864167327c84394786f00030f8f9a74f87.tar.gz
nuttx-cdb5a7864167327c84394786f00030f8f9a74f87.tar.bz2
nuttx-cdb5a7864167327c84394786f00030f8f9a74f87.zip
Rename CONFIG_RAMLOG_CONSOLE_BUFSIZE to just CONFIG_RAMLOG_BUFSIZE
Diffstat (limited to 'nuttx/configs/sure-pic32mx')
-rw-r--r--nuttx/configs/sure-pic32mx/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/sure-pic32mx/README.txt b/nuttx/configs/sure-pic32mx/README.txt
index 89f563efd..0c0b99427 100644
--- a/nuttx/configs/sure-pic32mx/README.txt
+++ b/nuttx/configs/sure-pic32mx/README.txt
@@ -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.