X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fcc2420_tkn154%2FCC2420ControlTransmitC.nc;h=76f8568ea7a6f1cd3f71d1224a2155614be8a323;hb=bb75511f4160f3fb7601088f9d6c1de7668e4e76;hp=97637d87ae777003cadfb0e7dea0684c28f023b1;hpb=ea002ecd1bf3ec3937310352ede53480cea89485;p=tinyos-2.x.git diff --git a/tos/chips/cc2420_tkn154/CC2420ControlTransmitC.nc b/tos/chips/cc2420_tkn154/CC2420ControlTransmitC.nc index 97637d87..76f8568e 100644 --- a/tos/chips/cc2420_tkn154/CC2420ControlTransmitC.nc +++ b/tos/chips/cc2420_tkn154/CC2420ControlTransmitC.nc @@ -139,9 +139,5 @@ implementation { components CC2420ReceiveC; CC2420TransmitP.CC2420Receive -> CC2420ReceiveC; - - components CC2420PacketC; - CC2420TransmitP.CC2420Packet -> CC2420PacketC; - CC2420TransmitP.CC2420PacketBody -> CC2420PacketC; }