]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/system/BlockingAMSnooperC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / lib / tosthreads / system / BlockingAMSnooperC.nc
index 5564b534e01a07f1772760e5837eceb7642e7b88..3f90b911fc396137e6870dfdd3744a4ee0426be6 100644 (file)
@@ -44,10 +44,8 @@ generic configuration BlockingAMSnooperC(am_id_t amId) {
   }
 }
 implementation {
-  components ActiveMessageC;
   components BlockingActiveMessageC as AM;
   BlockingReceive = AM.BlockingSnoop[amId];
-  AM.Snoop[amId] -> ActiveMessageC.SnoopDefault[amId];
   
   Packet = AM;
   AMPacket = AM;