2004-04-21 Joel Sherrill <joel@OARcorp.com>

PR 611/bsps
	* tm27/task1.c: Follow conventions for tm27 and do not add another
	macro definition.
This commit is contained in:
Joel Sherrill
2004-04-21 20:25:10 +00:00
parent 7312649847
commit c6fe4b652f
2 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
2004-04-21 Joel Sherrill <joel@OARcorp.com>
PR 611/bsps
* tm27/task1.c: Follow conventions for tm27 and do not add another
macro definition.
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.

View File

@@ -22,10 +22,6 @@
#include <bsp.h> #include <bsp.h>
#if defined(Declarations_for_tm27)
Declarations_for_tm27
#endif
rtems_task Task_1( rtems_task Task_1(
rtems_task_argument argument rtems_task_argument argument
); );