]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/cc2420/packet/CC2420PacketC.nc
Fix typo in command definition.
[tinyos-2.x.git] / 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;
   }