[Tinyos-2-commits] CVS: tinyos-2.x/apps/tutorials/LowPowerSensing/Base LowPowerSensingBaseAppC.nc, 1.2, 1.3
Miklos Maroti
mmaroti at users.sourceforge.net
Sun Mar 8 16:36:13 PDT 2009
Update of /cvsroot/tinyos/tinyos-2.x/apps/tutorials/LowPowerSensing/Base
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27662
Modified Files:
LowPowerSensingBaseAppC.nc
Log Message:
rename RF230 to RF2xx to support the RF212 chip
Index: LowPowerSensingBaseAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tutorials/LowPowerSensing/Base/LowPowerSensingBaseAppC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** LowPowerSensingBaseAppC.nc 18 Jun 2008 18:28:01 -0000 1.2
--- LowPowerSensingBaseAppC.nc 8 Mar 2009 23:36:11 -0000 1.3
***************
*** 77,81 ****
#if defined(PLATFORM_IRIS)
! components RF230ActiveMessageC as LPLProvider;
App.LPL -> LPLProvider;
#endif
--- 77,81 ----
#if defined(PLATFORM_IRIS)
! components RF2xxActiveMessageC as LPLProvider;
App.LPL -> LPLProvider;
#endif
More information about the Tinyos-2-commits
mailing list