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

This commit is contained in:
Gregory Nutt
2014-12-17 12:30:26 -06:00
parent ae7e44eb1b
commit 32238fa2bc
55 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ CONFIG_INIT_ENTRYPOINT=y
# CONFIG_INIT_FILEPATH is not set
CONFIG_USER_ENTRYPOINT="nsh_main"
CONFIG_RR_INTERVAL=200
CONFIG_TASK_NAME_SIZE=32
CONFIG_TASK_NAME_SIZE=31
CONFIG_MAX_TASKS=16
# CONFIG_SCHED_HAVE_PARENT is not set
CONFIG_SCHED_WAITPID=y