[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX
platform_message.h, 1.1.2.3, 1.1.2.4
akoepke
andreaskoepke at users.sourceforge.net
Fri Dec 8 07:37:16 PST 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26286
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
platform_message.h
Log Message:
allow larger packets
Index: platform_message.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/platform_message.h,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** platform_message.h 7 Nov 2006 23:15:14 -0000 1.1.2.3
--- platform_message.h 8 Dec 2006 15:37:14 -0000 1.1.2.4
***************
*** 45,48 ****
--- 45,54 ----
#include "tda5250_message.h"
+ #ifdef TOSH_DATA_LENGTH
+ #undef TOSH_DATA_LENGTH
+ #endif
+
+ #define TOSH_DATA_LENGTH 48
+
typedef union message_header_t {
tda5250_header_t radio;
More information about the Tinyos-2-commits
mailing list