X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fsystem%2FBlockingActiveMessageC.nc;h=26b29ffce28164885301d6d192c70a8f0570d368;hb=6aa5152b73e4bfbd5b5e655e10cdb573ce4d4f06;hp=f3ab2dcdfc4f3c7cc8cb06d18f01fcc70b88bb75;hpb=fb688fe2944937e17c6b939640a95a2d7f8a2666;p=tinyos-2.x.git diff --git a/tos/lib/tosthreads/system/BlockingActiveMessageC.nc b/tos/lib/tosthreads/system/BlockingActiveMessageC.nc index f3ab2dcd..26b29ffc 100644 --- a/tos/lib/tosthreads/system/BlockingActiveMessageC.nc +++ b/tos/lib/tosthreads/system/BlockingActiveMessageC.nc @@ -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;