X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fsystem%2FBlockingSerialActiveMessageC.nc;h=69c12ec77ead8051d57367e40ee8563c3aecacb6;hb=6aa5152b73e4bfbd5b5e655e10cdb573ce4d4f06;hp=82ef08db204e1ece1ef2691ac2dc3e3acee7bab2;hpb=fb688fe2944937e17c6b939640a95a2d7f8a2666;p=tinyos-2.x.git diff --git a/tos/lib/tosthreads/system/BlockingSerialActiveMessageC.nc b/tos/lib/tosthreads/system/BlockingSerialActiveMessageC.nc index 82ef08db..69c12ec7 100644 --- a/tos/lib/tosthreads/system/BlockingSerialActiveMessageC.nc +++ b/tos/lib/tosthreads/system/BlockingSerialActiveMessageC.nc @@ -57,7 +57,7 @@ implementation { BlockingAMSend = AMSenderP; BlockingStdControlC.SplitControl -> AM; - AMReceiverP.Receive -> AM.Receive; + AMReceiverP.Receive -> AM.ReceiveDefault; AMSenderP.AMSend -> AM.AMSend; Packet = AM;