]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
rename RF230 to RF2xx to support the RF212 chip
authormmaroti <mmaroti>
Sun, 8 Mar 2009 23:35:26 +0000 (23:35 +0000)
committermmaroti <mmaroti>
Sun, 8 Mar 2009 23:35:26 +0000 (23:35 +0000)
apps/tutorials/LowPowerSensing/Base/LowPowerSensingBaseAppC.nc
apps/tutorials/LowPowerSensing/Sampler/LowPowerSensingPeriodicSamplerAppC.nc
apps/tutorials/RssiDemo/RssiBase/RssiBaseAppC.nc

index 7b8aa0669ef448948d2c8ef71f71aaa0e0f982e8..02d466ca066ab822716c88e8a719a662aa8d2a22 100644 (file)
@@ -76,7 +76,7 @@ implementation {
 #endif
 
 #if defined(PLATFORM_IRIS)
-  components RF230ActiveMessageC as LPLProvider;
+  components RF2xxActiveMessageC as LPLProvider;
   App.LPL -> LPLProvider;
 #endif
 }
index 9a07855af2a08fe366ce59e7b2853c155a560b25..8d35df6f498364ee16eb6b7718d0bd552e0a7a2c 100644 (file)
@@ -71,7 +71,7 @@ implementation {
 #endif
 
 #if defined(PLATFORM_IRIS)
-  components RF230ActiveMessageC as LPLProvider;
+  components RF2xxActiveMessageC as LPLProvider;
   App.LPL -> LPLProvider;
 #endif
 
index 5fba6f1a30798b97587e86bf1fc991005abc7552..d9b8bd32fa1c28a01d4f5ed40c55ba3f29a21713 100644 (file)
@@ -45,8 +45,8 @@ configuration RssiBaseAppC {
   components CC2420ActiveMessageC;
   App -> CC2420ActiveMessageC.CC2420Packet;
 #elif  defined(PLATFORM_IRIS)
-  components  RF230ActiveMessageC;
-  App -> RF230ActiveMessageC.PacketRSSI;
+  components  RF2xxActiveMessageC;
+  App -> RF2xxActiveMessageC.PacketRSSI;
 #elif defined(TDA5250_MESSAGE_H)
   components Tda5250ActiveMessageC;
   App -> Tda5250ActiveMessageC.Tda5250Packet;