summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-07 22:11:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-07 22:11:40 +0000
commit6513234d7d98c48ee6ffdd56e19f3e987eb753fb (patch)
tree64ed608da4c19d7cdc0473a0bcf74344aabc2681 /apps
parent19b930ec0781b037b3b7fdde0a0fddc798861fe8 (diff)
downloadnuttx-6513234d7d98c48ee6ffdd56e19f3e987eb753fb.tar.gz
nuttx-6513234d7d98c48ee6ffdd56e19f3e987eb753fb.tar.bz2
nuttx-6513234d7d98c48ee6ffdd56e19f3e987eb753fb.zip
STM32F3Discovery port is complete, builds, and is ready for testing
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5622 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/ostest/restart.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/examples/ostest/restart.c b/apps/examples/ostest/restart.c
index 335aa3694..2193c8108 100644
--- a/apps/examples/ostest/restart.c
+++ b/apps/examples/ostest/restart.c
@@ -49,8 +49,6 @@
#include "ostest.h"
-#ifdef CONFIG_SCHED_WAITPID
-
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
@@ -193,5 +191,3 @@ void restart_test(void)
printf("restart_main: Exitting\n");
}
-
-#endif /* CONFIG_SCHED_WAITPID */