]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
fix typo (thanks Philipp)
authormmaroti <mmaroti>
Mon, 22 Mar 2010 09:34:05 +0000 (09:34 +0000)
committermmaroti <mmaroti>
Mon, 22 Mar 2010 09:34:05 +0000 (09:34 +0000)
Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/

tos/chips/rf2xx/rf212/RF212DriverLayerP.nc

index 43cf19cb078ad62aa2d40238845be7664dba197e..a52a0d2ca1669e497524c5b6f70278a184526339 100644 (file)
@@ -866,7 +866,7 @@ implementation
 
        async command uint8_t RadioPacket.maxPayloadLength()
        {
-               ASSERT( call Config.maxPayloadLength() - sizeof(rf230_header_t) <= 125 );
+               ASSERT( call Config.maxPayloadLength() - sizeof(rf212_header_t) <= 125 );
 
                return call Config.maxPayloadLength() - sizeof(rf212_header_t);
        }