]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/system/BlockingSerialActiveMessageC.nc
Make TOSThreads the default for serial receive. This prevents fan-out problem when...
[tinyos-2.x.git] / tos / lib / tosthreads / system / BlockingSerialActiveMessageC.nc
index 82ef08db204e1ece1ef2691ac2dc3e3acee7bab2..69c12ec77ead8051d57367e40ee8563c3aecacb6 100644 (file)
@@ -57,7 +57,7 @@ implementation {
   BlockingAMSend = AMSenderP;
   
   BlockingStdControlC.SplitControl -> AM;
-  AMReceiverP.Receive -> AM.Receive;
+  AMReceiverP.Receive -> AM.ReceiveDefault;
   AMSenderP.AMSend -> AM.AMSend;
     
   Packet       = AM;