summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp34
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-20 21:43:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-20 21:43:28 +0000
commit496274b6eca7e87cc7de9e7b52bfdfe6dc17cb39 (patch)
tree487282b6c7e8937b22882d34a0075decb0c54f0e /testsuites/sptests/sp34
parent2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-496274b6eca7e87cc7de9e7b52bfdfe6dc17cb39.tar.bz2
2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using buffered test IO.
Diffstat (limited to 'testsuites/sptests/sp34')
-rw-r--r--testsuites/sptests/sp34/changepri.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp34/changepri.c b/testsuites/sptests/sp34/changepri.c
index 400dec5aae..967c4efbe5 100644
--- a/testsuites/sptests/sp34/changepri.c
+++ b/testsuites/sptests/sp34/changepri.c
@@ -17,6 +17,8 @@
/********************************************************************/
+#define CONFIGURE_INIT
+
#include <bsp.h>
#include <stdio.h>
#include "tmacros.h"
@@ -159,8 +161,6 @@ rtems_task Init(rtems_task_argument ignored)
#define CONFIGURE_MAXIMUM_TASKS 6
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
-#define CONFIGURE_INIT
-
#include <rtems/confdefs.h>
/* end of file */