[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX/chips/at45db HplAt45dbP.nc, 1.1.2.1, 1.1.2.2

Philipp Huppertz phihup at users.sourceforge.net
Thu Aug 10 07:23:59 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/chips/at45db
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9531/tos/platforms/eyesIFX/chips/at45db

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	HplAt45dbP.nc 
Log Message:
- removed unnecessary status command write

Index: HplAt45dbP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/chips/at45db/Attic/HplAt45dbP.nc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** HplAt45dbP.nc	9 Aug 2006 17:28:36 -0000	1.1.2.1
--- HplAt45dbP.nc	10 Aug 2006 14:23:57 -0000	1.1.2.2
***************
*** 52,56 ****
  		call FlashSpi.write( 0, &status );
  		if (!(status & 0x80)) {
- 			call FlashSpi.write(0xd7, &status);
  			post idleTask();
  		} else {
--- 52,55 ----



More information about the Tinyos-2-commits mailing list