summaryrefslogtreecommitdiff
path: root/nuttx/examples/nsh/nsh_main.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-29 18:29:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-29 18:29:42 +0000
commit66d7eb8e229a93e7401c5b9a7187999cdb53ae7c (patch)
treea60f404d5f9b73bb6763e5ed06fee6692650a6c7 /nuttx/examples/nsh/nsh_main.c
parent70d57a9ce392dcd8553fd54e8a2baeb5fd9c8a97 (diff)
downloadpx4-nuttx-66d7eb8e229a93e7401c5b9a7187999cdb53ae7c.tar.gz
px4-nuttx-66d7eb8e229a93e7401c5b9a7187999cdb53ae7c.tar.bz2
px4-nuttx-66d7eb8e229a93e7401c5b9a7187999cdb53ae7c.zip
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
Diffstat (limited to 'nuttx/examples/nsh/nsh_main.c')
-rw-r--r--nuttx/examples/nsh/nsh_main.c1
1 files changed, 1 insertions, 0 deletions
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.