2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>

PR 610/bsps
	* tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27.
	Unconditionally include <tm27.h>.
This commit is contained in:
Ralf Corsepius
2004-04-23 04:51:16 +00:00
parent 3defec6f09
commit b40e9cc173
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 610/bsps
* tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27.
Unconditionally include <tm27.h>.
2004-04-21 Joel Sherrill <joel@OARcorp.com> 2004-04-21 Joel Sherrill <joel@OARcorp.com>
PR 611/bsps PR 611/bsps

View File

@@ -17,11 +17,13 @@
*/ */
#define TEST_INIT #define TEST_INIT
#define RTEMS_TM27
#include "system.h" #include "system.h"
#include <bsp.h> #include <bsp.h>
#define _RTEMS_TMTEST27
#include <tm27.h>
rtems_task Task_1( rtems_task Task_1(
rtems_task_argument argument rtems_task_argument argument
); );