]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tutorials/LowPowerSensing/Base/LowPowerSensingBaseAppC.nc
rename RF230 to RF2xx to support the RF212 chip
[tinyos-2.x.git] / apps / tutorials / LowPowerSensing / Base / LowPowerSensingBaseAppC.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
 }