X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fcc1000%2FLowPowerListening.nc;h=6fd5d19db2fa0b6c732b52791820e29365cc8520;hb=1e12ec1e6ce70a5765c7602d3bb32e3c90412d4b;hp=94c7dcd19bfed3c90410db3370e5692316efd944;hpb=f764986e6bce7165477913c61ce86b7433474f56;p=tinyos-2.x.git diff --git a/tos/chips/cc1000/LowPowerListening.nc b/tos/chips/cc1000/LowPowerListening.nc index 94c7dcd1..6fd5d19d 100644 --- a/tos/chips/cc1000/LowPowerListening.nc +++ b/tos/chips/cc1000/LowPowerListening.nc @@ -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);