[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/mica2
HPLCC1000M.nc, 1.1.2.2, 1.1.2.3
David Gay
idgay at users.sourceforge.net
Mon Jun 6 11:05:17 PDT 2005
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/mica2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17931
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
HPLCC1000M.nc
Log Message:
foo
Index: HPLCC1000M.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/mica2/Attic/HPLCC1000M.nc,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** HPLCC1000M.nc 18 May 2005 23:28:14 -0000 1.1.2.2
--- HPLCC1000M.nc 6 Jun 2005 18:05:15 -0000 1.1.2.3
***************
*** 182,190 ****
async command bool HPLCC1000.getLOCK() {
! char cVal;
!
! cVal = call CHP_OUT.get();
!
! return cVal;
}
}
--- 182,186 ----
async command bool HPLCC1000.getLOCK() {
! return call CHP_OUT.get();
}
}
More information about the Tinyos-2-commits
mailing list