]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/mac/tkn154/interfaces/private/FrameTxNow.nc
+ modified radio driver (PHY) interfaces: CSMA-CA algorithm is now pushed to radio...
[tinyos-2.x.git] / tos / lib / mac / tkn154 / interfaces / private / FrameTxNow.nc
index ce876296339aaba385d507cafd763bc466dff8b4..beca22a1b3cbcdd33361737bb9fb89be39ba27cc 100644 (file)
@@ -38,7 +38,7 @@ interface FrameTxNow
    *
    * @param  txFrame    the frame to transmit
    * @return IEEE154_SUCCESS if the request was accepted and
-   * only then <code>transmitDone()</code> will be signalled
+   * only then <tt>transmitDone()</tt> will be signalled
    */  
   async command ieee154_status_t transmitNow(ieee154_txframe_t *frame);