summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 00:56:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 00:56:11 +0000
commit7d366f1c98e8f3b56fde990e63653ac15b7584a1 (patch)
treea76dc4d41cb468cb49a2ec88c1cfcd378135b38f /c/src/ada-tests
parentadded Signal constants, Is_Status_Successful, and Attribute constants. (diff)
downloadrtems-7d366f1c98e8f3b56fde990e63653ac15b7584a1.tar.bz2
changed reference for Configuration Table from BSP to RTEMS.
Diffstat (limited to 'c/src/ada-tests')
-rw-r--r--c/src/ada-tests/sptests/sp09/sptest.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/ada-tests/sptests/sp09/sptest.adb b/c/src/ada-tests/sptests/sp09/sptest.adb
index c2ca29a73b..3a5b0747c9 100644
--- a/c/src/ada-tests/sptests/sp09/sptest.adb
+++ b/c/src/ada-tests/sptests/sp09/sptest.adb
@@ -21,7 +21,6 @@
-- $Id$
--
-with BSP;
with INTERFACES; use INTERFACES;
with RTEMS;
with TEST_SUPPORT;
@@ -585,7 +584,7 @@ package body SPTEST is
RTEMS.TASK_CREATE(
TASK_NAME,
1,
- BSP.CONFIGURATION.WORKSPACE_SIZE,
+ RTEMS.CONFIGURATION.WORKSPACE_SIZE,
RTEMS.DEFAULT_MODES,
RTEMS.DEFAULT_ATTRIBUTES,
SPTEST.JUNK_ID,