summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp23/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp23/system.h')
-rw-r--r--testsuites/sptests/sp23/system.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/sptests/sp23/system.h b/testsuites/sptests/sp23/system.h
index 1c126213e0..18fed6269d 100644
--- a/testsuites/sptests/sp23/system.h
+++ b/testsuites/sptests/sp23/system.h
@@ -48,10 +48,10 @@ TEST_EXTERN rtems_name Task_name[ 2 ]; /* array of task names */
TEST_EXTERN rtems_id Port_id[ 2 ]; /* array of port ids */
TEST_EXTERN rtems_name Port_name[ 2 ]; /* array of port names */
-#define Internal_port_area ((rtems_unsigned8 *) 0x00001000)
-#define External_port_area ((rtems_unsigned8 *) 0x00002000)
+#define Internal_port_area ((uint8_t *) 0x00001000)
+#define External_port_area ((uint8_t *) 0x00002000)
-#define Below_port_area ((rtems_unsigned8 *) 0x00000500)
-#define Above_port_area ((rtems_unsigned8 *) 0x00003000)
+#define Below_port_area ((uint8_t *) 0x00000500)
+#define Above_port_area ((uint8_t *) 0x00003000)
/* end of include file */