From 2bdca3de5f2b193449d36f974c82626210b9cc9e Mon Sep 17 00:00:00 2001 From: mmaroti Date: Fri, 20 Feb 2009 16:12:46 +0000 Subject: [PATCH] fix comment --- tos/chips/rf230/RF230Config.nc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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(); -- 2.39.2