[Tinyos-2-commits] CVS: tinyos-2.x/apps/tutorials/LowPowerSensing/Base LowPowerSensingBaseAppC.nc, 1.3, 1.4
Miklos Maroti
mmaroti at users.sourceforge.net
Tue Mar 10 11:59:34 PDT 2009
Update of /cvsroot/tinyos/tinyos-2.x/apps/tutorials/LowPowerSensing/Base
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12330
Modified Files:
LowPowerSensingBaseAppC.nc
Log Message:
ActiveMessageC supports LPL on IRIS
Index: LowPowerSensingBaseAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tutorials/LowPowerSensing/Base/LowPowerSensingBaseAppC.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** LowPowerSensingBaseAppC.nc 8 Mar 2009 23:36:11 -0000 1.3
--- LowPowerSensingBaseAppC.nc 10 Mar 2009 18:59:32 -0000 1.4
***************
*** 77,81 ****
#if defined(PLATFORM_IRIS)
! components RF2xxActiveMessageC as LPLProvider;
App.LPL -> LPLProvider;
#endif
--- 77,81 ----
#if defined(PLATFORM_IRIS)
! components ActiveMessageC as LPLProvider;
App.LPL -> LPLProvider;
#endif
More information about the Tinyos-2-commits
mailing list