]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/cc2420/control/CC2420ControlC.nc
Small cleanup.
[tinyos-2.x.git] / tos / chips / cc2420 / control / CC2420ControlC.nc
index 8eaf9cabf789da5d301ef6e4c0002cb5dff9ce45..d135199feed800f1d27e56ba5c0ad0d33947c8bf 100644 (file)
@@ -59,9 +59,6 @@ implementation {
   components MainC;
   MainC.SoftwareInit -> CC2420ControlP;
   
-  components CC2420ActiveMessageC;
-  CC2420ControlP.AMPacket -> CC2420ActiveMessageC;
-  
   components AlarmMultiplexC as Alarm;
   CC2420ControlP.StartupTimer -> Alarm;