From ea6f2252102e999dbf2d9ca8ba87ba86158deb9c Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 25 Mar 2012 21:05:02 +0000 Subject: Use const storage class on a few declarations to save SRAM git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4523 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/sched/os_start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/sched/os_start.c') 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 -- cgit v1.2.3