]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/txt/tep116.txt
TEP 116 is finalized.
[tinyos-2.x.git] / doc / txt / tep116.txt
index 2595380dac16d8eae64311f0346063b6b7082850..50cfdcbd02c542d7d5a55ab79c66529774811073 100644 (file)
@@ -5,15 +5,10 @@ Packet Protocols
 :TEP: 116 
 :Group: Core Working Group 
 :Type: Documentary
-:Status: Draft
+:Status: Final
 :TinyOS-Version: > 2.1
 :Author: Philip Levis
 
-:Draft-Created: 10-Dec-2004
-:Draft-Version: $Revision$
-:Draft-Modified: $Date$
-:Draft-Discuss: TinyOS Developer List <tinyos-devel at mail.millennium.berkeley.edu>
-
 .. Note::
 
    This memo documents a part of TinyOS for the TinyOS Community, and
@@ -187,7 +182,6 @@ to packets, it might look like this::
     };
  
     command void Packet.clear(message_t* msg) {
-      uint8_t len;
       void* payload = call SubPacket.getPayload(msg, call SubPacket.maxPayloadLength());
       call SubPacket.clear();
       if (payload != NULL) {