From 3d618ab84e00901c1fdf45fe89b4c23efd135b83 Mon Sep 17 00:00:00 2001 From: mmaroti Date: Mon, 22 Mar 2010 09:34:05 +0000 Subject: [PATCH] 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/ --- tos/chips/rf2xx/rf212/RF212DriverLayerP.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2