[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/at45db HplAt45dbByteC.nc, 1.1.2.7, 1.1.2.8

David Gay idgay at users.sourceforge.net
Fri Sep 22 12:14:44 PDT 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	HplAt45dbByteC.nc 
Log Message:
merge head


Index: HplAt45dbByteC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/at45db/HplAt45dbByteC.nc,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** HplAt45dbByteC.nc	25 May 2006 22:31:28 -0000	1.1.2.7
--- HplAt45dbByteC.nc	22 Sep 2006 19:14:41 -0000	1.1.2.8
***************
*** 205,208 ****
--- 205,209 ----
  	bool cstatus = call HplAt45dbByte.getCompareStatus();
  	call HplAt45dbByte.deselect();
+ 	call Resource.release();
  	signal HplAt45db.waitCompareDone(cstatus);
        }
***************
*** 210,213 ****
--- 211,215 ----
        {
  	call HplAt45dbByte.deselect();
+ 	call Resource.release();
  	signal HplAt45db.waitIdleDone();
        }



More information about the Tinyos-2-commits mailing list