]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/mac/tkn154/interfaces/private/EnergyDetection.nc
- re-designed the radio driver interfaces, restructured/improved the CC2420 radio...
[tinyos-2.x.git] / tos / lib / mac / tkn154 / interfaces / private / EnergyDetection.nc
index a3476cb243b96e7bece6bcbe2a30be65504e0c58..a6a5b55c2865ed3021fe48147d7f31a45d995caf 100644 (file)
@@ -49,12 +49,12 @@ interface EnergyDetection
   command error_t start(uint32_t duration);
 
   /**
-   * Signalled in response to a call to <tt>start<\tt>;
+   * Signalled in response to a call to <tt>start</tt>;
    * returns the maximum energy measured on the channel over the
    * specified period of time.
    *
    * @param status SUCCESS if the measurement succeeded
-   * and only then <tt>EnergyLevel<\tt> is valid, FAIL 
+   * and only then <tt>EnergyLevel</tt> is valid, FAIL 
    * otherwise
    * @param EnergyLevel The maximum energy on the channel
    **/