forked from Imagelibrary/rtems
tmtests: refactored timesys.h, removed declarations
This commit is contained in:
committed by
Joel Sherrill
parent
798b8da7ef
commit
371f32f48e
@@ -63,7 +63,4 @@
|
||||
TEST_EXTERN volatile uint32_t end_time; /* ending time variable */
|
||||
TEST_EXTERN volatile uint32_t overhead; /* loop overhead variable */
|
||||
|
||||
TEST_EXTERN rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
|
||||
TEST_EXTERN rtems_name Task_name[ OPERATION_COUNT+1 ]; /* array of task names */
|
||||
|
||||
/* end of include file */
|
||||
|
||||
@@ -22,6 +22,9 @@ rtems_task Init(
|
||||
|
||||
#include <timesys.h>
|
||||
|
||||
rtems_name Task_name[ OPERATION_COUNT+1 ]; /* array of task names */
|
||||
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
|
||||
|
||||
/* configuration information */
|
||||
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
|
||||
@@ -24,6 +24,8 @@ rtems_task Init(
|
||||
|
||||
#include <timesys.h>
|
||||
|
||||
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
|
||||
|
||||
/* configuration information */
|
||||
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
|
||||
@@ -22,6 +22,8 @@ rtems_task Init(
|
||||
|
||||
#include <timesys.h>
|
||||
|
||||
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
|
||||
|
||||
/* configuration information */
|
||||
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
|
||||
@@ -22,6 +22,8 @@ rtems_task Init(
|
||||
|
||||
#include <timesys.h>
|
||||
|
||||
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
|
||||
|
||||
/* configuration information */
|
||||
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
|
||||
@@ -22,6 +22,8 @@ rtems_task Init(
|
||||
|
||||
#include <timesys.h>
|
||||
|
||||
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
|
||||
|
||||
/* configuration information */
|
||||
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
|
||||
@@ -22,6 +22,8 @@ rtems_task Init(
|
||||
|
||||
#include <timesys.h>
|
||||
|
||||
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
|
||||
|
||||
/* configuration information */
|
||||
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
|
||||
@@ -22,6 +22,8 @@ rtems_task Init(
|
||||
|
||||
#include <timesys.h>
|
||||
|
||||
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
|
||||
|
||||
/* configuration information */
|
||||
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
|
||||
@@ -22,6 +22,8 @@ rtems_task Init(
|
||||
|
||||
#include <timesys.h>
|
||||
|
||||
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
|
||||
|
||||
/* configuration information */
|
||||
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
|
||||
@@ -22,6 +22,8 @@ rtems_task Init(
|
||||
|
||||
#include <timesys.h>
|
||||
|
||||
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
|
||||
|
||||
/* configuration information */
|
||||
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
|
||||
@@ -22,6 +22,8 @@ rtems_task Init(
|
||||
|
||||
#include <timesys.h>
|
||||
|
||||
rtems_name Task_name[ OPERATION_COUNT+1 ]; /* array of task names */
|
||||
|
||||
/* configuration information */
|
||||
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
|
||||
Reference in New Issue
Block a user