From 3344730a1a6485f68b73a7b9612911ba74d0c932 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Apr 2004 16:21:25 +0000 Subject: 2004-04-21 Ralf Corsepius PR 613/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION. --- c/src/lib/libbsp/c4x/c4xsim/ChangeLog | 5 +++++ c/src/lib/libbsp/c4x/c4xsim/include/bsp.h | 10 ---------- 2 files changed, 5 insertions(+), 10 deletions(-) (limited to 'c/src/lib/libbsp/c4x') diff --git a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog index 642b61cd47..683a287441 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog +++ b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog @@ -1,3 +1,8 @@ +2004-04-21 Ralf Corsepius + + PR 613/bsps + * include/bsp.h: Remove MAX_LONG_TEST_DURATION. + 2004-04-21 Ralf Corsepius PR 614/bsps diff --git a/c/src/lib/libbsp/c4x/c4xsim/include/bsp.h b/c/src/lib/libbsp/c4x/c4xsim/include/bsp.h index b3a9fb4cb3..01e4bff968 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/include/bsp.h +++ b/c/src/lib/libbsp/c4x/c4xsim/include/bsp.h @@ -30,16 +30,6 @@ extern "C" { #include #include -/* - * Define the time limits for RTEMS Test Suite test durations. - * Long test and short test duration limits are provided. These - * values are in seconds and need to be converted to ticks for the - * application. - * - */ - -#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ - /* * Stuff for Time Test 27 */ -- cgit v1.2.3