summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/os_start.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/os_start.c')
-rw-r--r--nuttx/sched/os_start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/os_start.c b/nuttx/sched/os_start.c
index 889c28fb88..05a7330f39 100644
--- a/nuttx/sched/os_start.c
+++ b/nuttx/sched/os_start.c
@@ -208,7 +208,7 @@ static FAR _TCB g_idletcb;
/* This is the name of the idle task */
-static FAR char g_idlename[] = "Idle Task";
+static FAR const char g_idlename[] = "Idle Task";
/****************************************************************************
* Private Function Prototypes