]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/Deluge/DelugePageTransferC.nc
Address the comments from Phil Levis about burn and burn-net. The availability for...
[tinyos-2.x.git] / tos / lib / net / Deluge / DelugePageTransferC.nc
index b36d09edc0bd1a9667abd795ebd006f683f907ee..7594d5efb2c0dac1b0a1b58870f4212bba78c34d 100644 (file)
@@ -37,6 +37,7 @@ configuration DelugePageTransferC
     interface AMSend as SendReqMsg;
     interface AMPacket;
     interface PacketAcknowledgements;
+    interface Leds;
   }
 }
 
@@ -63,8 +64,7 @@ implementation
   DelugePageTransferP.Timer -> Timer;
   DelugePageTransferP.BitVecUtils -> BitVecUtilsC;
   
-  components NoLedsC, LedsC;
-  DelugePageTransferP.Leds -> LedsC;
+  DelugePageTransferP.Leds = Leds;
   
   // For collecting statistics
   //components StatsCollectorC;