]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/CsmaBackoff.nc
Remove bogus 'tab:4' and 'tab:2' markers.
[tinyos-2.x.git] / tos / interfaces / CsmaBackoff.nc
index ccd2aaaf773c8e0131c08844b430d92c4cd87e2a..c7e7bbf0ee231d50934e593629f5e0823abd500f 100644 (file)
@@ -1,4 +1,4 @@
-/*                                                                     tab:4
+/*
  * "Copyright (c) 2000-2005 The Regents of the University  of California.  
  * All rights reserved.
  *
@@ -31,6 +31,7 @@ interface CsmaBackoff
   /**
    * Return initial backoff time before attempting to send message m. The
    * units are radio dependent.
+   * @param 'message_t* ONE m'
    * @return Initial backoff time
    */
   async event uint16_t initial(message_t* m);
@@ -38,6 +39,7 @@ interface CsmaBackoff
   /**
    * Return backoff time after message m could not be send due to congestion.
    * The units are raio dependent.
+   * @param 'message_t* ONE m'
    * @return Backoff time after congestion
    */
   async event uint16_t congestion(message_t* m);