summaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-18 19:46:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-18 19:46:25 +0000
commit058e81edfdee203f2143b3f0910aa957a7f8da48 (patch)
tree4842491d56251e5499f2838ee303bd752d518e12 /nuttx/sched
parent529a1cf7339541eaee3d189a3b97d9c544ba7810 (diff)
downloadpx4-nuttx-058e81edfdee203f2143b3f0910aa957a7f8da48.tar.gz
px4-nuttx-058e81edfdee203f2143b3f0910aa957a7f8da48.tar.bz2
px4-nuttx-058e81edfdee203f2143b3f0910aa957a7f8da48.zip
Move NSH to apps/ as library
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3393 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/os_bringup.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/nuttx/sched/os_bringup.c b/nuttx/sched/os_bringup.c
index c9d84c223..64b4e9388 100644
--- a/nuttx/sched/os_bringup.c
+++ b/nuttx/sched/os_bringup.c
@@ -55,7 +55,7 @@
# include "work_internal.h"
#endif
#ifdef CONFIG_BUILTIN_APPS
-# include "nuttx/nuttapp.h"
+# include "apps/apps.h"
#endif
/****************************************************************************
@@ -172,17 +172,3 @@ int os_bringup(void)
ASSERT(init_taskid != ERROR);
return OK;
}
-
-
-Index: sched/os_bringup.c
-===================================================================
---- sched/os_bringup.c (revision 3388)
-+++ sched/os_bringup.c (working copy)
-@@ -154,7 +154,14 @@
- svdbg("Starting init thread\n");
-
- #if defined(CONFIG_BUILTIN_APPS_NUTTX) && defined(CONFIG_BUILTIN_APP_START)
-- init_taskid = exec_nuttapp(CONFIG_BUILTIN_APP_START, (const char **)NULL);
- #else
- init_taskid = START_TASK("init", SCHED_PRIORITY_DEFAULT,
- CONFIG_USERMAIN_STACKSIZE,