2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>

* sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
	buffered test IO.
This commit is contained in:
Joel Sherrill
2007-06-20 21:43:28 +00:00
parent 0e92952285
commit 496274b6ec
4 changed files with 10 additions and 4 deletions

View File

@@ -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 */