]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/system/BlockingActiveMessageC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / lib / tosthreads / system / BlockingActiveMessageC.nc
index f3ab2dcdfc4f3c7cc8cb06d18f01fcc70b88bb75..26b29ffce28164885301d6d192c70a8f0570d368 100644 (file)
@@ -61,8 +61,8 @@ implementation {
   BlockingAMSend = AMSenderP;
   
   BlockingStdControlC.SplitControl -> AM;
-  AMReceiverP.Receive -> AM.Receive;
-  AMSnooperP.Snoop -> AM.Snoop;
+  AMReceiverP.Receive -> AM.ReceiveDefault;
+  AMSnooperP.Snoop -> AM.SnoopDefault;
   AMSenderP.AMSend -> AM.AMSend;
     
   Packet       = AM;