mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 04:10:40 +00:00
Eliminate another warning.
This commit is contained in:
parent
4b6f0149ec
commit
6579078287
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue