]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/cc1000/LowPowerListening.nc
LPL interface changes
[tinyos-2.x.git] / tos / chips / cc1000 / LowPowerListening.nc
index c8649c85edf6ec1ac5f7196e3c7a23585daa54e8..6fd5d19db2fa0b6c732b52791820e29365cc8520 100644 (file)
@@ -35,6 +35,8 @@
  * @author David Moss
  * @author Jonathan Hui
  */
+
+#include <message.h>
  
 interface LowPowerListening {
 
@@ -83,7 +85,7 @@ interface LowPowerListening {
   /**
    * Configure this outgoing message so it can be transmitted to a neighbor mote
    * with the specified Rx sleep interval.
-   * @param msg Pointer to the message that will be sent
+   * @param 'message_t* ONE msg' Pointer to the message that will be sent
    * @param sleepInterval The receiving node's sleep interval, in [ms]
    */
   command void setRxSleepInterval(message_t *msg, uint16_t sleepIntervalMs);