summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp14/init.c')
-rw-r--r--testsuites/mptests/mp14/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/mptests/mp14/init.c b/testsuites/mptests/mp14/init.c
index 76b518de07..378737cce2 100644
--- a/testsuites/mptests/mp14/init.c
+++ b/testsuites/mptests/mp14/init.c
@@ -24,7 +24,7 @@
#define TEST_INIT
#include "system.h"
-rtems_unsigned8 my_partition[0x30000] CPU_STRUCTURE_ALIGNMENT;
+uint8_t my_partition[0x30000] CPU_STRUCTURE_ALIGNMENT;
rtems_timer_service_routine Stop_Test_TSR(
rtems_id ignored_id,