From ea4c9dab6f1b1b2982559d4067a0e1b2e6e9bf94 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 17 Dec 2014 12:30:26 -0600 Subject: 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 --- nuttx/configs/mikroe-stm32f4/fulldemo/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/mikroe-stm32f4/fulldemo/defconfig') 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 -- cgit v1.2.3