mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Added comment block and removed include of deleted file.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user