X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fcc1000%2FByteRadio.nc;h=6e610e0f40072fb938d062c1e73af8ae23cd552c;hb=13e400e82fdf39ec7807c7b290136408044d6273;hp=d35547e94aa15cf3ae868da969a7683fd58c88f8;hpb=1ba974b83d19fc41bf80acd52726f36f7f1df297;p=tinyos-2.x.git diff --git a/tos/chips/cc1000/ByteRadio.nc b/tos/chips/cc1000/ByteRadio.nc index d35547e9..6e610e0f 100644 --- a/tos/chips/cc1000/ByteRadio.nc +++ b/tos/chips/cc1000/ByteRadio.nc @@ -20,8 +20,9 @@ interface ByteRadio { /** * SendReceive wants to send a packet. + * @param msg Message to be sent. */ - event void rts(); + event void rts(message_t * ONE msg); /** * Access to the media granted. Start sending. SendReceive must signal