summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp09/sendmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp09/sendmsg.c')
-rw-r--r--testsuites/mptests/mp09/sendmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/mptests/mp09/sendmsg.c b/testsuites/mptests/mp09/sendmsg.c
index 70b5390afa..03f02790e5 100644
--- a/testsuites/mptests/mp09/sendmsg.c
+++ b/testsuites/mptests/mp09/sendmsg.c
@@ -22,7 +22,7 @@
void Send_messages()
{
rtems_status_code status;
- rtems_unsigned32 broadcast_count;
+ uint32_t broadcast_count;
puts_nocr( "rtems_message_queue_send: " );
puts( buffer1 );