]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/telosb/mac/tkn154/platform_message.h
1) simplified the resource transfer: removed ResourceTransfer* interfaces and corresp...
[tinyos-2.x.git] / tos / platforms / telosb / mac / tkn154 / platform_message.h
index 5b76993f20e7912813b800c26bc118aaffd1a332..8dabee10e75fec78721650a86439a217fc89993a 100644 (file)
@@ -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 {