From 327a0b5bfe1c679660c9d0ef41f9f5519215176c Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 15 Mar 2013 01:32:47 +0000 Subject: 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 --- nuttx/sched/os_bringup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/sched/os_bringup.c') 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. */ -- cgit v1.2.3