Eliminate another warning.

This commit is contained in:
Gregory Nutt 2017-08-12 11:24:11 -06:00
parent 4b6f0149ec
commit 6579078287

View File

@ -327,11 +327,13 @@ static struct task_tcb_s g_idletcb[1];
/* This is the name of the idle task */
#if CONFIG_TASK_NAME_SIZE <= 0 || !defined(CONFIG_SMP)
#ifdef CONFIG_SMP
static const char g_idlename[] = "CPU Idle";
#else
static const char g_idlename[] = "Idle Task";
#endif
#endif
/* This the IDLE idle threads argument list. NOTE: Normally the argument
* list is created on the stack prior to starting the task. We have to