summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests/sp31/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-29 18:20:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-29 18:20:59 +0000
commitef70d9b652e75326f534d7e66bb3e0bcc55b3b58 (patch)
treeb924708ca07655b2f7e8da8e740314c121b723eb /c/src/tests/sptests/sp31/system.h
parent2002-01-29 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ef70d9b652e75326f534d7e66bb3e0bcc55b3b58.tar.bz2
2001-01-29 Joel Sherrill <joel@OARcorp.com>
* Fixed bug where resetting a timer that was not at the head of one of the task timer chains resulted in the Timer Server task waking up too far in the future. * Added rtems_timer_get_information() directive to support testing. * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for above condition.
Diffstat (limited to 'c/src/tests/sptests/sp31/system.h')
-rw-r--r--c/src/tests/sptests/sp31/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/tests/sptests/sp31/system.h b/c/src/tests/sptests/sp31/system.h
index dfda3ccc8a..e0f3640681 100644
--- a/c/src/tests/sptests/sp31/system.h
+++ b/c/src/tests/sptests/sp31/system.h
@@ -52,7 +52,7 @@ rtems_task Task_1(
TEST_EXTERN rtems_id Task_id[ 4 ]; /* array of task ids */
TEST_EXTERN rtems_name Task_name[ 4 ]; /* array of task names */
-TEST_EXTERN rtems_id Timer_id[ 2 ]; /* array of timer ids */
-TEST_EXTERN rtems_name Timer_name[ 2 ]; /* array of timer names */
+TEST_EXTERN rtems_id Timer_id[ 3 ]; /* array of timer ids */
+TEST_EXTERN rtems_name Timer_name[ 3 ]; /* array of timer names */
/* end of include file */