From f94917d7f856ceb3f53b36703d34da8cf35aea22 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 3 Jun 1997 22:18:54 +0000 Subject: Replaced prototype for Last_Task which was accidentally removed when the Configuration Tables were deleted from the Ada specification. --- c/src/ada-tests/tmtests/tm17/tmtest.ads | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'c/src/ada-tests') diff --git a/c/src/ada-tests/tmtests/tm17/tmtest.ads b/c/src/ada-tests/tmtests/tm17/tmtest.ads index 6edfdc4ec8..e63a76fc62 100644 --- a/c/src/ada-tests/tmtests/tm17/tmtest.ads +++ b/c/src/ada-tests/tmtests/tm17/tmtest.ads @@ -92,4 +92,18 @@ package TMTEST is ARGUMENT : in RTEMS.TASK_ARGUMENT ); +-- +-- LAST_TASK +-- +-- DESCRIPTION: +-- +-- This RTEMS task is the last task to execute in the system. It +-- stops the timer and reports the execution time of a preemptive +-- TASK_SET_PRIORITY. +-- + + procedure LAST_TASK ( + ARGUMENT : in RTEMS.TASK_ARGUMENT + ); + end TMTEST; -- cgit v1.2.3