summaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-18 17:22:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-18 17:22:50 +0000
commit5029575d531576c6818094334dcae95359bdd119 (patch)
tree30c8e74443d6b893cc9c7cd07ba3a87da6c10ce4 /nuttx/sched
parent89410c7157fd6e2c5f13dc4814606c97dd2d715f (diff)
downloadpx4-nuttx-5029575d531576c6818094334dcae95359bdd119.tar.gz
px4-nuttx-5029575d531576c6818094334dcae95359bdd119.tar.bz2
px4-nuttx-5029575d531576c6818094334dcae95359bdd119.zip
Update to apps/build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3391 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/os_bringup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/os_bringup.c b/nuttx/sched/os_bringup.c
index 0436afec7..fa9b24915 100644
--- a/nuttx/sched/os_bringup.c
+++ b/nuttx/sched/os_bringup.c
@@ -54,7 +54,7 @@
#ifdef CONFIG_SCHED_WORKQUEUE
# include "work_internal.h"
#endif
-#ifdef CONFIG_BUILTIN_APPS_NUTTX
+#ifdef CONFIG_BUILTIN_APPS
# include "nuttx/nuttapp.h"
#endif
@@ -153,7 +153,7 @@ int os_bringup(void)
svdbg("Starting init thread\n");
-#if defined(CONFIG_BUILTIN_APPS_NUTTX) && defined(CONFIG_BUILTIN_APP_START)
+#if defined(CONFIG_BUILTIN_APPS) && 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,