]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/Deluge/DelugePageTransferP.nc
Address the comments from Phil Levis about burn and burn-net. The availability for...
[tinyos-2.x.git] / tos / lib / net / Deluge / DelugePageTransferP.nc
index c2b4074246a6a504dd39453a3d2bfcf58cd78d74..e47a67506208b0aad67ca8e2d0824ed500693d19 100644 (file)
@@ -490,4 +490,5 @@ dbg("Deluge", "%.3f 115 116 116 117 115 2 %d\n", ((float)((sim_time() * 1000) /
   
   default command error_t BlockRead.read[uint8_t img_num](storage_addr_t addr, void* buf, storage_len_t len) { return FAIL; }
   default command error_t BlockWrite.write[uint8_t img_num](storage_addr_t addr, void* buf, storage_len_t len) { return FAIL; }
+  default async command void Leds.led1Toggle() {}
 }