From 66d7eb8e229a93e7401c5b9a7187999cdb53ae7c Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 29 Aug 2008 18:29:42 +0000 Subject: Fixes for clean Neuros OSD NSH build git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@851 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/nsh/nsh_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/examples/nsh/nsh_main.c') diff --git a/nuttx/examples/nsh/nsh_main.c b/nuttx/examples/nsh/nsh_main.c index 0d233016b..ebe243913 100644 --- a/nuttx/examples/nsh/nsh_main.c +++ b/nuttx/examples/nsh/nsh_main.c @@ -704,6 +704,7 @@ void user_initialize(void) int user_start(int argc, char *argv[]) { int mid_priority; + int ret; /* Set the priority of this task to something in the middle so that 'nice' * can both raise and lower the priority. -- cgit v1.2.3