]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
fix a warning
authorregehr <regehr>
Thu, 24 Jul 2008 03:40:32 +0000 (03:40 +0000)
committerregehr <regehr>
Thu, 24 Jul 2008 03:40:32 +0000 (03:40 +0000)
tos/chips/cc1000/LowPowerListening.nc

index 94c7dcd19bfed3c90410db3370e5692316efd944..6fd5d19db2fa0b6c732b52791820e29365cc8520 100644 (file)
@@ -85,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);