mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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:
@@ -356,7 +356,7 @@ CONFIG_PREALLOC_TIMERS=4
|
||||
#
|
||||
CONFIG_USER_ENTRYPOINT="nsh_main"
|
||||
CONFIG_RR_INTERVAL=50
|
||||
CONFIG_TASK_NAME_SIZE=16
|
||||
CONFIG_TASK_NAME_SIZE=15
|
||||
CONFIG_MAX_TASKS=16
|
||||
# CONFIG_SCHED_HAVE_PARENT is not set
|
||||
CONFIG_SCHED_WAITPID=y
|
||||
|
||||
Reference in New Issue
Block a user