]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/system/BlockingAMSnooperC.nc
Fix the CC2420 Receive.receive and Snoop.receive fan-out warnings. This happened...
[tinyos-2.x.git] / tos / lib / tosthreads / system / BlockingAMSnooperC.nc
index 234ef2fc4f3533ed7ca84273f9f6c299301ac265..5564b534e01a07f1772760e5837eceb7642e7b88 100644 (file)
@@ -31,6 +31,7 @@
  
 /**
  * @author Kevin Klues (klueska@cs.stanford.edu)
+ * @author Chieh-Jan Mike Liang (cliang4@cs.jhu.edu)
  */
 
 #include "AM.h"
@@ -46,7 +47,7 @@ implementation {
   components ActiveMessageC;
   components BlockingActiveMessageC as AM;
   BlockingReceive = AM.BlockingSnoop[amId];
-  AM.Snoop[amId] -> ActiveMessageC.Snoop[amId];
+  AM.Snoop[amId] -> ActiveMessageC.SnoopDefault[amId];
   
   Packet = AM;
   AMPacket = AM;