hello
this is my structure defined
typedef nx_struct comPacket{
nx_uint16_t addr;
nx_uint8_t length;
nx_uint8_t *msgP;
} com_packet_t;while compiling it gives "field `msgP' must be a network type". Please tell me how to solve this problem Thanks Avinash Kumar Chaurasia Department of Computer Science IIT Kanpur, India
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
