From 6513234d7d98c48ee6ffdd56e19f3e987eb753fb Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 7 Feb 2013 22:11:40 +0000 Subject: 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 --- apps/examples/ostest/restart.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps') 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 */ -- cgit v1.2.3