From: mmaroti Date: Mon, 22 Mar 2010 09:34:05 +0000 (+0000) Subject: fix typo (thanks Philipp) X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=3d618ab84e00901c1fdf45fe89b4c23efd135b83;p=tinyos-2.x.git fix typo (thanks Philipp) 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/ --- diff --git a/tos/chips/rf2xx/rf212/RF212DriverLayerP.nc b/tos/chips/rf2xx/rf212/RF212DriverLayerP.nc index 43cf19cb..a52a0d2c 100644 --- a/tos/chips/rf2xx/rf212/RF212DriverLayerP.nc +++ b/tos/chips/rf2xx/rf212/RF212DriverLayerP.nc @@ -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); }