From 2cac96c9c916110fdefc19eb6d47b6978b71dd25 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 7 Feb 2013 22:11:40 +0000 Subject: [PATCH] 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 --- examples/ostest/restart.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/ostest/restart.c b/examples/ostest/restart.c index 335aa3694..2193c8108 100644 --- a/examples/ostest/restart.c +++ b/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 */