[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128/adc AdcStreamP.nc, 1.11, 1.12
David Gay
idgay at users.sourceforge.net
Mon Jun 23 16:38:30 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/atm128/adc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20213/adc
Modified Files:
AdcStreamP.nc
Log Message:
deputize
Index: AdcStreamP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/atm128/adc/AdcStreamP.nc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** AdcStreamP.nc 23 Jun 2008 22:44:27 -0000 1.11
--- AdcStreamP.nc 23 Jun 2008 23:38:28 -0000 1.12
***************
*** 184,187 ****
--- 184,188 ----
/* The first reading may be imprecise. So we just do a dummy read
to get things rolling - this is indicated by setting count to 0 */
+ buffer = pos = NULL;
count = 0;
period = call Atm128Calibrate.calibrateMicro(usPeriod);
More information about the Tinyos-2-commits
mailing list