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:
@@ -160,7 +160,7 @@ CONFIG_PREALLOC_TIMERS=8
|
||||
#
|
||||
CONFIG_USER_ENTRYPOINT="pashello_main"
|
||||
CONFIG_RR_INTERVAL=0
|
||||
CONFIG_TASK_NAME_SIZE=32
|
||||
CONFIG_TASK_NAME_SIZE=31
|
||||
CONFIG_MAX_TASKS=64
|
||||
# CONFIG_SCHED_HAVE_PARENT is not set
|
||||
# CONFIG_SCHED_WAITPID is not set
|
||||
|
||||
Reference in New Issue
Block a user