summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/knsh
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/sama5d4-ek/knsh
parentd9cccec2ed5c71a759f6f2b7198554d6e98fd22c (diff)
downloadpx4-nuttx-ea4c9dab6f1b1b2982559d4067a0e1b2e6e9bf94.tar.gz
px4-nuttx-ea4c9dab6f1b1b2982559d4067a0e1b2e6e9bf94.tar.bz2
px4-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/sama5d4-ek/knsh')
-rw-r--r--nuttx/configs/sama5d4-ek/knsh/defconfig2
-rw-r--r--nuttx/configs/sama5d4-ek/knsh/defconfig.ROMFS2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/sama5d4-ek/knsh/defconfig b/nuttx/configs/sama5d4-ek/knsh/defconfig
index 5397269a2..138d194ad 100644
--- a/nuttx/configs/sama5d4-ek/knsh/defconfig
+++ b/nuttx/configs/sama5d4-ek/knsh/defconfig
@@ -391,7 +391,7 @@ CONFIG_PREALLOC_TIMERS=4
CONFIG_INIT_FILEPATH=y
CONFIG_USER_INITPATH="/bin/init"
CONFIG_RR_INTERVAL=200
-CONFIG_TASK_NAME_SIZE=32
+CONFIG_TASK_NAME_SIZE=31
CONFIG_MAX_TASKS=16
CONFIG_SCHED_HAVE_PARENT=y
# CONFIG_SCHED_CHILD_STATUS is not set
diff --git a/nuttx/configs/sama5d4-ek/knsh/defconfig.ROMFS b/nuttx/configs/sama5d4-ek/knsh/defconfig.ROMFS
index 9ccd6eb1c..add0398d8 100644
--- a/nuttx/configs/sama5d4-ek/knsh/defconfig.ROMFS
+++ b/nuttx/configs/sama5d4-ek/knsh/defconfig.ROMFS
@@ -374,7 +374,7 @@ CONFIG_PREALLOC_TIMERS=4
CONFIG_INIT_FILEPATH=y
CONFIG_USER_INITPATH="/bin/init"
CONFIG_RR_INTERVAL=200
-CONFIG_TASK_NAME_SIZE=32
+CONFIG_TASK_NAME_SIZE=31
CONFIG_MAX_TASKS=16
CONFIG_SCHED_HAVE_PARENT=y
# CONFIG_SCHED_CHILD_STATUS is not set