|
From: Lin Gu <li...@us...> - 2004-12-15 22:15:30
|
Update of /cvsroot/vert/vert-1.3/tos/system In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16562/tos/system Modified Files: AMStandard.nc Log Message: commit after returning from Avon Park, FL. Index: AMStandard.nc =================================================================== RCS file: /cvsroot/vert/vert-1.3/tos/system/AMStandard.nc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** AMStandard.nc 25 Jul 2004 16:59:29 -0000 1.6 --- AMStandard.nc 15 Dec 2004 22:15:17 -0000 1.7 *************** *** 252,259 **** dbg(DBG_AM, "AM_address = %hx, %hhx; counter:%i\n", packet->addr, packet->type, (int)counter); ! if (// packet->crc == 1 && // Uncomment this line to check crcs ! packet->group == TOS_AM_GROUP && (packet->addr == TOS_BCAST_ADDR || ! packet->addr == addr)) { --- 252,259 ---- dbg(DBG_AM, "AM_address = %hx, %hhx; counter:%i\n", packet->addr, packet->type, (int)counter); ! if (1// packet->crc == 1 && // Uncomment this line to check crcs ! /*packet->group == TOS_AM_GROUP && (packet->addr == TOS_BCAST_ADDR || ! packet->addr == addr)*/) { |