]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestMultihopLqi/CC2420ActiveMessageC.nc
Updated test code and scripts.
[tinyos-2.x.git] / apps / tests / TestMultihopLqi / CC2420ActiveMessageC.nc
index 07890b1605e2d3197c90289cf739cb816dc62f23..ad1228af940df401f65057c31105b1e0947619ab 100644 (file)
@@ -59,5 +59,10 @@ implementation {
     
     return (uint8_t)sig;
   }
-  
+  async command cc2420_header_t* Packet.getHeader(message_t* msg) {
+    return NULL;
+  }  
+  async command cc2420_metadata_t* Packet.getMetadata(message_t* msg) {
+    return NULL;
+  }  
 }