]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
fix comment
authormmaroti <mmaroti>
Fri, 20 Feb 2009 16:12:46 +0000 (16:12 +0000)
committermmaroti <mmaroti>
Fri, 20 Feb 2009 16:12:46 +0000 (16:12 +0000)
tos/chips/rf230/RF230Config.nc

index 0bd2e40915b5bca70dc03523a448f9a44d8acf03..2662a928a71ae5956f795b6814c52325a6ca6c1b 100644 (file)
@@ -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();