[Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/pc HPLSTM25PC.nc, 1.1, 1.2

Jonathan Hui jwhui at users.sourceforge.net
Tue Jan 11 17:36:20 PST 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/Deluge/pc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26874

Modified Files:
	HPLSTM25PC.nc 
Log Message:
- More efficient crc calculation by providing a method in the HPL.



Index: HPLSTM25PC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Deluge/pc/HPLSTM25PC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** HPLSTM25PC.nc	22 Nov 2004 05:30:58 -0000	1.1
--- HPLSTM25PC.nc	12 Jan 2005 01:36:16 -0000	1.2
***************
*** 77,79 ****
--- 77,83 ----
    }
  
+   async command result_t HPLSTM25P.computeCrc(uint16_t* crcResult, stm25p_addr_t len) {
+     return SUCCESS;
+   }
+ 
  }



More information about the Tinyos-beta-commits mailing list