From: scipio Date: Mon, 30 Jul 2007 00:21:32 +0000 (+0000) Subject: Fix typo in command definition. X-Git-Tag: release_tools_1_2_4_1~9 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=7b0bf8ab32634b2aabe2747282d3a221cfea8cc6 Fix typo in command definition. --- diff --git a/tos/chips/cc2420/packet/CC2420PacketC.nc b/tos/chips/cc2420/packet/CC2420PacketC.nc index 00ad73b3..a1ef8065 100644 --- a/tos/chips/cc2420/packet/CC2420PacketC.nc +++ b/tos/chips/cc2420/packet/CC2420PacketC.nc @@ -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; }