summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14/smtask1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp14/smtask1.c')
-rw-r--r--testsuites/mptests/mp14/smtask1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/mptests/mp14/smtask1.c b/testsuites/mptests/mp14/smtask1.c
index 9f1cce8b7c..eeda002a9d 100644
--- a/testsuites/mptests/mp14/smtask1.c
+++ b/testsuites/mptests/mp14/smtask1.c
@@ -25,9 +25,9 @@ rtems_task Semaphore_task(
rtems_task_argument argument
)
{
- rtems_unsigned32 count;
+ uint32_t count;
rtems_status_code status;
- rtems_unsigned32 yield_count;
+ uint32_t yield_count;
puts( "Getting SMID of semaphore" );
while ( FOREVER ) {