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