summaryrefslogtreecommitdiff
path: root/nuttx/sched/os_bringup.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-15 01:32:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-15 01:32:47 +0000
commit327a0b5bfe1c679660c9d0ef41f9f5519215176c (patch)
treee770cbc528962f7ad283475c4678750ffee4a5cd /nuttx/sched/os_bringup.c
parentf3fda28e68f1c84447c73fc2514aa63f0f97fed4 (diff)
downloadpx4-nuttx-327a0b5bfe1c679660c9d0ef41f9f5519215176c.tar.gz
px4-nuttx-327a0b5bfe1c679660c9d0ef41f9f5519215176c.tar.bz2
px4-nuttx-327a0b5bfe1c679660c9d0ef41f9f5519215176c.zip
Fix more compile errors and warnings introduced in recent commits
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5744 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/os_bringup.c')
-rw-r--r--nuttx/sched/os_bringup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/os_bringup.c b/nuttx/sched/os_bringup.c
index 4ef493409..bdaa0e86a 100644
--- a/nuttx/sched/os_bringup.c
+++ b/nuttx/sched/os_bringup.c
@@ -232,7 +232,7 @@ int os_bringup(void)
(main_t)CONFIG_USER_ENTRYPOINT,
(FAR char * const *)NULL);
#endif
- DEBUGASSERT(taskid > 0);
+ ASSERT(taskid > 0);
/* We an save a few bytes by discarding the IDLE thread's environment. */