[Tinyos-commits] CVS: tinyos-1.x/tos/system FramerM.nc,1.6,1.7

Philip Buonadonna philipb at users.sourceforge.net
Tue Dec 26 15:21:56 PST 2006


Update of /cvsroot/tinyos/tinyos-1.x/tos/system
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12855

Modified Files:
	FramerM.nc 
Log Message:
Fix for Bug 1432433

Index: FramerM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/system/FramerM.nc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** FramerM.nc	29 Nov 2004 19:24:10 -0000	1.6
--- FramerM.nc	26 Dec 2006 23:21:53 -0000	1.7
***************
*** 286,289 ****
--- 286,290 ----
        gRxRunningCRC = 0;
        gpRxBuf = (uint8_t *)gMsgRcvTbl[gRxHeadIndex].pMsg;
+       gFlags = 0;
      }
    }



More information about the Tinyos-commits mailing list