summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp25/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp25/system.h')
-rw-r--r--testsuites/sptests/sp25/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp25/system.h b/testsuites/sptests/sp25/system.h
index 9762228a3f..2ad0c018b7 100644
--- a/testsuites/sptests/sp25/system.h
+++ b/testsuites/sptests/sp25/system.h
@@ -44,12 +44,12 @@ TEST_EXTERN rtems_name Task_name[ 6 ]; /* array of task names */
TEST_EXTERN rtems_id Region_id[ 2 ]; /* array of region ids */
TEST_EXTERN rtems_name Region_name[ 2 ]; /* array of region names */
-TEST_EXTERN rtems_unsigned8 Area_1[64000] CPU_STRUCTURE_ALIGNMENT;
+TEST_EXTERN uint8_t Area_1[64000] CPU_STRUCTURE_ALIGNMENT;
#define BASE_PRIORITY 140
#define Put_address_from_area_1( _to_be_printed ) \
printf( "0x%08lx", \
- (unsigned long) ((rtems_unsigned8 *)(_to_be_printed) - Area_1 ) )
+ (unsigned long) ((uint8_t *)(_to_be_printed) - Area_1 ) )
/* end of include file */