]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/system/BlockingAMReceiverC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / lib / tosthreads / system / BlockingAMReceiverC.nc
index 594354143d1151e41e849eef9c866016ead7a97e..f36760101ac6601cf95b18a586ca1eaf66706abd 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"
@@ -43,10 +44,8 @@ generic configuration BlockingAMReceiverC(am_id_t amId) {
   }
 }
 implementation {
-  components ActiveMessageC;
   components BlockingActiveMessageC as AM;
   BlockingReceive = AM.BlockingReceive[amId];
-  AM.Receive[amId] -> ActiveMessageC.Receive[amId];
   
   Packet = AM;
   AMPacket = AM;