[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420/packet CC2420PacketC.nc, 1.1, 1.2

Phil Levis scipio at users.sourceforge.net
Sun Jul 29 17:21:34 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/packet
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3778

Modified Files:
	CC2420PacketC.nc 
Log Message:
Fix typo in command definition.


Index: CC2420PacketC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/packet/CC2420PacketC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CC2420PacketC.nc	4 Jul 2007 00:37:15 -0000	1.1
--- CC2420PacketC.nc	30 Jul 2007 00:21:32 -0000	1.2
***************
*** 82,86 ****
    }
  
!   async command error_t CC2420Packet.getLqi( message_t* p_msg ) {
      return (call CC2420PacketBody.getMetadata( p_msg ))->lqi;
    }
--- 82,86 ----
    }
  
!   async command uint8_t CC2420Packet.getLqi( message_t* p_msg ) {
      return (call CC2420PacketBody.getMetadata( p_msg ))->lqi;
    }



More information about the Tinyos-2-commits mailing list