summaryrefslogtreecommitdiff
path: root/nuttx/configs/mikroe-stm32f4/fulldemo/defconfig
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/mikroe-stm32f4/fulldemo/defconfig
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/mikroe-stm32f4/fulldemo/defconfig')
-rw-r--r--nuttx/configs/mikroe-stm32f4/fulldemo/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/mikroe-stm32f4/fulldemo/defconfig b/nuttx/configs/mikroe-stm32f4/fulldemo/defconfig
index e7e1cd18d..075bbe461 100644
--- a/nuttx/configs/mikroe-stm32f4/fulldemo/defconfig
+++ b/nuttx/configs/mikroe-stm32f4/fulldemo/defconfig
@@ -415,7 +415,7 @@ CONFIG_USEC_PER_TICK=10000
CONFIG_RR_INTERVAL=200
# CONFIG_SCHED_CPULOAD is not set
# CONFIG_SCHED_INSTRUMENTATION is not set
-CONFIG_TASK_NAME_SIZE=10
+CONFIG_TASK_NAME_SIZE=11
# CONFIG_SCHED_HAVE_PARENT is not set
# CONFIG_JULIAN_TIME is not set
CONFIG_START_YEAR=2013