Changed from RTEMS.Boolean to Standard.Boolean to avoid problems.

This commit is contained in:
Joel Sherrill
1997-06-03 18:28:23 +00:00
parent 93bd5185c9
commit 91c78ffd38

View File

@@ -37,7 +37,7 @@ package SPTEST is
-- The following is set to TRUE by TASK_2 when it preempts TASK_1.
--
TASK_2_PREEMPTED : RTEMS.BOOLEAN;
TASK_2_PREEMPTED : STANDARD.BOOLEAN;
--
-- INIT