summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm18/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm18/task1.c')
-rw-r--r--testsuites/tmtests/tm18/task1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/tmtests/tm18/task1.c b/testsuites/tmtests/tm18/task1.c
index e198b8c5db..c33577b731 100644
--- a/testsuites/tmtests/tm18/task1.c
+++ b/testsuites/tmtests/tm18/task1.c
@@ -13,7 +13,7 @@
#define TEST_INIT
#include "system.h"
-rtems_unsigned32 taskcount;
+uint32_t taskcount;
rtems_task_priority taskpri;
rtems_task First_task(
@@ -51,7 +51,7 @@ void test_init()
{
rtems_id id;
rtems_task_entry task_entry;
- rtems_unsigned32 index;
+ uint32_t index;
rtems_status_code status;
for ( index = 0 ; index <= OPERATION_COUNT ; index++ ) {