summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm21/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm21/task1.c')
-rw-r--r--testsuites/tmtests/tm21/task1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/tmtests/tm21/task1.c b/testsuites/tmtests/tm21/task1.c
index fae35fc3cb..e78d5a3275 100644
--- a/testsuites/tmtests/tm21/task1.c
+++ b/testsuites/tmtests/tm21/task1.c
@@ -13,8 +13,8 @@
#define TEST_INIT
#include "system.h"
-rtems_unsigned8 Region_area[ 2048 ] CPU_STRUCTURE_ALIGNMENT;
-rtems_unsigned8 Partition_area[ 2048 ] CPU_STRUCTURE_ALIGNMENT;
+uint8_t Region_area[ 2048 ] CPU_STRUCTURE_ALIGNMENT;
+uint8_t Partition_area[ 2048 ] CPU_STRUCTURE_ALIGNMENT;
rtems_task Task_1(
rtems_task_argument argument
@@ -54,7 +54,7 @@ rtems_task Task_1(
rtems_task_argument argument
)
{
- rtems_unsigned32 index;
+ uint32_t index;
rtems_id id;
rtems_status_code status;