From 5b1b25a7a85f26f96ac42c346a1a1c180078ba12 Mon Sep 17 00:00:00 2001 From: regehr Date: Thu, 24 Jul 2008 03:40:32 +0000 Subject: [PATCH] fix a warning --- tos/chips/cc1000/LowPowerListening.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2