X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fchips%2Fcc2420_tkn154%2FCC2420ReceiveC.nc;h=77aac38c3ca67de633312373946b7cd7e9852122;hp=f838182249ce907b11dbe72e14a533ae7c62f96b;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/chips/cc2420_tkn154/CC2420ReceiveC.nc b/tos/chips/cc2420_tkn154/CC2420ReceiveC.nc index f8381822..77aac38c 100644 --- a/tos/chips/cc2420_tkn154/CC2420ReceiveC.nc +++ b/tos/chips/cc2420_tkn154/CC2420ReceiveC.nc @@ -43,7 +43,6 @@ configuration CC2420ReceiveC { provides interface CC2420Receive; // to CC2420TransmitP for ACK provides interface CC2420Rx; // to the driver uses interface ReferenceTime; - uses interface Leds; uses interface FrameUtility; uses interface CC2420Config; } @@ -56,7 +55,6 @@ implementation { components HplCC2420PinsC as Pins; components HplCC2420InterruptsC as InterruptsC; - CC2420ReceiveP.Leds = Leds; CC2420AsyncSplitControl = CC2420ReceiveP; CC2420Receive = CC2420ReceiveP; CC2420Rx = CC2420ReceiveP;