From: mmaroti Date: Fri, 20 Feb 2009 16:12:46 +0000 (+0000) Subject: fix comment X-Git-Tag: rc_6_tinyos_2_1_1~485 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=2bdca3de5f2b193449d36f974c82626210b9cc9e fix comment --- diff --git a/tos/chips/rf230/RF230Config.nc b/tos/chips/rf230/RF230Config.nc index 0bd2e409..2662a928 100644 --- a/tos/chips/rf230/RF230Config.nc +++ b/tos/chips/rf230/RF230Config.nc @@ -48,9 +48,7 @@ interface RF230Config /** * Gets the number of bytes we should read before the RadioReceive.header * event is fired. If the length of the packet is less than this amount, - * then that event is fired earlier. The last touch event is not signaled - * for packets whose length is less than or equal to this header length. - * The header length must be at least 1. + * then that event is fired earlier. The header length must be at least one. */ async command uint8_t getHeaderLength();