summaryrefslogtreecommitdiff
path: root/nuttx/configs/px4fmu-v2_upstream
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-17 12:30:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-17 12:30:26 -0600
commitea4c9dab6f1b1b2982559d4067a0e1b2e6e9bf94 (patch)
treef2fed1d4de5f741131023a3a7bb87c0147ea0b98 /nuttx/configs/px4fmu-v2_upstream
parentd9cccec2ed5c71a759f6f2b7198554d6e98fd22c (diff)
downloadnuttx-ea4c9dab6f1b1b2982559d4067a0e1b2e6e9bf94.tar.gz
nuttx-ea4c9dab6f1b1b2982559d4067a0e1b2e6e9bf94.tar.bz2
nuttx-ea4c9dab6f1b1b2982559d4067a0e1b2e6e9bf94.zip
A previous change increased the task name size allocation by one to hold a NUL terminator. This changes reduces the configured name size by one so that no additional memory is used
Diffstat (limited to 'nuttx/configs/px4fmu-v2_upstream')
-rw-r--r--nuttx/configs/px4fmu-v2_upstream/nsh/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/px4fmu-v2_upstream/nsh/defconfig b/nuttx/configs/px4fmu-v2_upstream/nsh/defconfig
index c7b2cfcb1..5c572e430 100644
--- a/nuttx/configs/px4fmu-v2_upstream/nsh/defconfig
+++ b/nuttx/configs/px4fmu-v2_upstream/nsh/defconfig
@@ -501,7 +501,7 @@ CONFIG_INIT_ENTRYPOINT=y
# CONFIG_INIT_FILEPATH is not set
CONFIG_USER_ENTRYPOINT="nsh_main"
CONFIG_RR_INTERVAL=0
-CONFIG_TASK_NAME_SIZE=24
+CONFIG_TASK_NAME_SIZE=23
CONFIG_MAX_TASKS=32
# CONFIG_SCHED_HAVE_PARENT is not set
CONFIG_SCHED_WAITPID=y