X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftelosb%2Fmac%2Ftkn154%2Fplatform_message.h;h=8dabee10e75fec78721650a86439a217fc89993a;hb=7c8134e8789a99210cc147b3a3379dffeb0f3bae;hp=5b76993f20e7912813b800c26bc118aaffd1a332;hpb=dd2eec28b5c692a5319c6e7feb14a67e716f2406;p=tinyos-2.x.git diff --git a/tos/platforms/telosb/mac/tkn154/platform_message.h b/tos/platforms/telosb/mac/tkn154/platform_message.h index 5b76993f..8dabee10 100644 --- a/tos/platforms/telosb/mac/tkn154/platform_message.h +++ b/tos/platforms/telosb/mac/tkn154/platform_message.h @@ -11,7 +11,7 @@ #else typedef struct { uint8_t control; // stores length (lower 7 bits), top bit -> promiscuous mode - uint8_t mhr[23]; // maximum header size without security + uint8_t mhr[MHR_MAX_LEN]; // maximum header size without security } ieee154_header_t; typedef struct {