]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/cc2420/unique/UniqueSendP.nc
The big interface switchover for Packet, Send, Receive, and AMSend.
[tinyos-2.x.git] / tos / chips / cc2420 / unique / UniqueSendP.nc
index 1611c45f102d0be596b532cf4451b4482f7a720c..7b68edfe2a1efc41dbdf7df1310585b1cf332d10 100644 (file)
@@ -96,8 +96,8 @@ implementation {
     return call SubSend.maxPayloadLength();
   }
 
-  command void *Send.getPayload(message_t* msg) {
-    return call SubSend.getPayload(msg);
+  command void *Send.getPayload(message_t* msg, uint8_t len) {
+    return call SubSend.getPayload(msg, len);
   }
   
   /***************** SubSend Events ****************/