added cast

This commit is contained in:
Joel Sherrill
1996-09-18 21:07:37 +00:00
parent c3e3d0766d
commit 7abd27bda1
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ rtems_test_pause();
Timer_id[ 1 ],
TICKS_PER_SECOND / 2,
Signal_3_to_task_1,
Task_1
(void *) Task_1
);
directive_failed( status, "rtems_timer_fire_after" );