[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX/sensors
RssiSensorVccP.nc, 1.1.2.2, 1.1.2.3
Kevin Klues
klueska at users.sourceforge.net
Tue Aug 15 04:59:11 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/sensors
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5934/tos/platforms/eyesIFX/sensors
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
RssiSensorVccP.nc
Log Message:
Update to Resource and Power Manager stuff
Index: RssiSensorVccP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/sensors/Attic/RssiSensorVccP.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
*** RssiSensorVccP.nc 3 Aug 2006 18:34:50 -0000 1.1.2.2
--- RssiSensorVccP.nc 15 Aug 2006 11:59:09 -0000 1.1.2.3
***************
*** 85,90 ****
}
! async command void ReadNowResource.release() {
! call SubResource.release();
}
--- 85,90 ----
}
! async command error_t ReadNowResource.release() {
! return call SubResource.release();
}
More information about the Tinyos-2-commits
mailing list