From: regehr Date: Thu, 24 Jul 2008 03:40:32 +0000 (+0000) Subject: fix a warning X-Git-Tag: release_tinyos_2_1_0_0~38 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=5b1b25a7a85f26f96ac42c346a1a1c180078ba12;p=tinyos-2.x.git fix a warning --- 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);