]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/eyesIFX/byte_radio/RssiFixedThresholdCMC.nc
Swapping HEAD and DEVEL branches
[tinyos-2.x.git] / tos / platforms / eyesIFX / byte_radio / RssiFixedThresholdCMC.nc
index 60f7c4ce79740c1406d0eff84880d7b79540f724..5b2384d4fd7c778c0cc62fe9f097b99e291d211b 100644 (file)
@@ -48,8 +48,7 @@ configuration RssiFixedThresholdCMC
 implementation
 {
     components RssiFixedThresholdCMP,
-               //  RssiSensorVccC as Rssi, FIXME: has no arbitration!?
-        new RssiSensorC() as Rssi,
+        new RssiSensorVccC() as Rssi,
         new BatteryLevelSensorC() as Voltage,
         new TimerMilliC() as Timer,
         MainC;