]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/system/BlockingSerialActiveMessageC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / lib / tosthreads / system / BlockingSerialActiveMessageC.nc
index 48933fafbbc460944385a277fcb224481c49e410..69c12ec77ead8051d57367e40ee8563c3aecacb6 100644 (file)
@@ -50,13 +50,14 @@ implementation {
   components new BlockingStdControlC();
   components BlockingSerialAMReceiverP as AMReceiverP;
   components BlockingSerialAMSenderP as AMSenderP;
+  
   BlockingStdControl = BlockingStdControlC;
   BlockingReceive = AMReceiverP;
   BlockingReceiveAny = AMReceiverP;
   BlockingAMSend = AMSenderP;
   
   BlockingStdControlC.SplitControl -> AM;
-  AMReceiverP.Receive -> AM.Receive;
+  AMReceiverP.Receive -> AM.ReceiveDefault;
   AMSenderP.AMSend -> AM.AMSend;
     
   Packet       = AM;