]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/Deluge/DelugeP.nc
Address the comments from Phil Levis about burn and burn-net. The availability for...
[tinyos-2.x.git] / tos / lib / net / Deluge / DelugeP.nc
index 01aad620ffc468b6a721478cb4b3d81a5730f707..8a4d14a9758063d01e55a5a9d381574a625e56f5 100644 (file)
@@ -141,6 +141,7 @@ implementation
   
   event void ObjectTransfer.receiveDone(error_t error)
   {
+    call Leds.set(LEDS_LED1 | LEDS_LED2);
     call ObjectTransfer.publish(recv_uid, recv_size, recv_imgNum);
   }
 
@@ -155,4 +156,6 @@ implementation
   }
   
   event void RadioSplitControl.stopDone(error_t error) {}
+  
+  default async void command Leds.set(uint8_t val) {}
 }