From: gnawali Date: Wed, 5 Dec 2007 22:37:02 +0000 (+0000) Subject: make the signature compatible with 4bitle so apps can compile le or 4bitle X-Git-Tag: release_tinyos_2_1_0_0~641 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=45ef18abfd1a39c2e4d7f5ec72096b5d1c7821bd make the signature compatible with 4bitle so apps can compile le or 4bitle --- diff --git a/tos/lib/net/le/LinkEstimatorP.nc b/tos/lib/net/le/LinkEstimatorP.nc index 6e602347..68d7a81f 100644 --- a/tos/lib/net/le/LinkEstimatorP.nc +++ b/tos/lib/net/le/LinkEstimatorP.nc @@ -39,6 +39,7 @@ module LinkEstimatorP { interface LinkEstimator; interface Init; interface Packet; + interface CompareBit; } uses { @@ -46,6 +47,8 @@ module LinkEstimatorP { interface AMPacket as SubAMPacket; interface Packet as SubPacket; interface Receive as SubReceive; + interface LinkPacketMetadata; + interface Random; } }