Added comment block and removed include of deleted file.

This commit is contained in:
Joel Sherrill
1999-11-12 13:22:31 +00:00
parent 33bbd74680
commit f9078d1da0
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
/*
* $Id$
*/
#define TEST_INIT
#include <tmacros.h>
@@ -16,7 +20,6 @@ rtems_task Init(rtems_task_argument argument);
#include <bsp.h>
#include <rtems/error.h>
#include <rtems/rtems/task_variable.h>
#include <stdio.h>
volatile int taskvar;

View File

@@ -1,3 +1,7 @@
/*
* $Id$
*/
#define TEST_INIT
#include <tmacros.h>
@@ -16,7 +20,6 @@ rtems_task Init(rtems_task_argument argument);
#include <bsp.h>
#include <rtems/error.h>
#include <rtems/rtems/task_variable.h>
#include <stdio.h>
volatile int taskvar;