|
(I take it this is tos/system/crc.h.) Yep – that looks like a bug. Fortunately
it got fixed since 1.0. If you upgrade to 1.1.0 you won’t see that
problem. See the Downloads page. -kw From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of vitaly bokser but it look slike there is a bug in the crc code... since the variable crc is being over shadowed by the local
variable...??? in file crc.h tinyos 1.0 uint16_t crcByte(uint16_t crc, uint8_t byte) return crc; |
_______________________________________________ Tinyos-users mailing list [EMAIL PROTECTED] http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users
