[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/at45db
HplAt45dbByteC.nc, 1.2, 1.3
David Gay
idgay at users.sourceforge.net
Wed Aug 9 13:07:57 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/at45db
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21917
Modified Files:
HplAt45dbByteC.nc
Log Message:
resource releases were missing
Index: HplAt45dbByteC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/at45db/HplAt45dbByteC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** HplAt45dbByteC.nc 12 Jul 2006 17:01:05 -0000 1.2
--- HplAt45dbByteC.nc 9 Aug 2006 20:07:55 -0000 1.3
***************
*** 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