]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fix typo in command definition.
authorscipio <scipio>
Mon, 30 Jul 2007 00:21:32 +0000 (00:21 +0000)
committerscipio <scipio>
Mon, 30 Jul 2007 00:21:32 +0000 (00:21 +0000)
tos/chips/cc2420/packet/CC2420PacketC.nc

index 00ad73b392aab34a936a99ee7ddb0a4aa02e48ab..a1ef8065ac342b78a164b3476dc5bfb065aaaf9a 100644 (file)
@@ -81,7 +81,7 @@ implementation {
     return (call CC2420PacketBody.getMetadata( p_msg ))->rssi;
   }
 
-  async command error_t CC2420Packet.getLqi( message_t* p_msg ) {
+  async command uint8_t CC2420Packet.getLqi( message_t* p_msg ) {
     return (call CC2420PacketBody.getMetadata( p_msg ))->lqi;
   }