summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/headers/mppkt.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/headers/mppkt.h')
-rw-r--r--c/src/exec/score/headers/mppkt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/exec/score/headers/mppkt.h b/c/src/exec/score/headers/mppkt.h
index 0c651bc4e8..3bd4282d30 100644
--- a/c/src/exec/score/headers/mppkt.h
+++ b/c/src/exec/score/headers/mppkt.h
@@ -86,7 +86,8 @@ typedef struct {
* may a user message buffer which is not automatically endian swapped.
*/
-#define MP_PACKET_MINIMUN_HETERO_CONVERSION ( sizeof( MP_packet_Prefix ) / 4 )
+#define MP_PACKET_MINIMUN_HETERO_CONVERSION \
+ ( sizeof( MP_packet_Prefix ) / sizeof( unsigned32 ) )
#ifndef __RTEMS_APPLICATION__
#include <rtems/score/mppkt.inl>