summaryrefslogtreecommitdiffstats
path: root/c/src/tests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-09 23:51:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-09 23:51:21 +0000
commitdb17316d4ccaab7ee3a60f15798baa4dd0a05bf2 (patch)
tree81abf1aaad92eb4fccc26648546b81c027ca5ea7 /c/src/tests
parentAdded postswitch extension. (diff)
downloadrtems-db17316d4ccaab7ee3a60f15798baa4dd0a05bf2.tar.bz2
Used macro instead of hard coded number.
Diffstat (limited to 'c/src/tests')
-rw-r--r--c/src/tests/sptests/sp09/screen12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/sptests/sp09/screen12.c b/c/src/tests/sptests/sp09/screen12.c
index 2bebb3b6d9..e9f1724808 100644
--- a/c/src/tests/sptests/sp09/screen12.c
+++ b/c/src/tests/sptests/sp09/screen12.c
@@ -88,7 +88,7 @@ void Screen12()
status = rtems_region_create(
Region_name[ 1 ],
Region_good_area,
- 512,
+ REGION_LENGTH,
0x40,
RTEMS_DEFAULT_ATTRIBUTES,
&Junk_id