]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/eyesIFX/platform_message.h
Swapping HEAD and DEVEL branches
[tinyos-2.x.git] / tos / platforms / eyesIFX / platform_message.h
index 084b0d02a0de25fc644bfff883e97f759772500c..2f187dced352210795e6c66a185acef38686741b 100644 (file)
 #include "Serial.h"
 #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;
   serial_header_t serial;