]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/system/BlockingSerialActiveMessageC.nc
Move the wiring for underlying AMSend/Receive/Snoop interfaces from CAMRadioC.nc...
[tinyos-2.x.git] / tos / lib / tosthreads / system / BlockingSerialActiveMessageC.nc
index 48933fafbbc460944385a277fcb224481c49e410..82ef08db204e1ece1ef2691ac2dc3e3acee7bab2 100644 (file)
@@ -50,6 +50,7 @@ implementation {
   components new BlockingStdControlC();
   components BlockingSerialAMReceiverP as AMReceiverP;
   components BlockingSerialAMSenderP as AMSenderP;
+  
   BlockingStdControl = BlockingStdControlC;
   BlockingReceive = AMReceiverP;
   BlockingReceiveAny = AMReceiverP;