[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote NetworkLinkQueuesM.nc, 1.1, 1.2

Lama Nachman lnachman at users.sourceforge.net
Mon Apr 4 10:39:40 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/imote
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9903

Modified Files:
	NetworkLinkQueuesM.nc 
Log Message:
Updated the mote address filtering to reflect the new address range


Index: NetworkLinkQueuesM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote/NetworkLinkQueuesM.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** NetworkLinkQueuesM.nc	29 Jun 2004 14:56:14 -0000	1.1
--- NetworkLinkQueuesM.nc	4 Apr 2005 17:39:36 -0000	1.2
***************
*** 656,660 ****
  
      Source = headerPtr->source;
!     if ((Source > 0x86401) || ((Source < 0x85000) && (Source > 256))) {
  {
  char str[80];
--- 656,660 ----
  
      Source = headerPtr->source;
!     if ((Source > 0x90000) || ((Source < 0x85000) && (Source > 256))) {
  {
  char str[80];



More information about the Tinyos-beta-commits mailing list