]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/system/BlockingSerialAMSenderC.nc
Align serial implementaion to changes jsut made to the radio
[tinyos-2.x.git] / tos / lib / tosthreads / system / BlockingSerialAMSenderC.nc
index b866dea1f413632f3cf48499ceaf196943562bc1..66c9262c716e4cea9ab467d696f131ed2a8cb5a2 100644 (file)
@@ -45,8 +45,10 @@ generic configuration BlockingSerialAMSenderC(am_id_t AMId) {
 }
 
 implementation {
+  components SerialActiveMessageC;
   components BlockingSerialActiveMessageC as AM;
   BlockingAMSend = AM.BlockingAMSend[AMId];
+  AM.AMSend[AMId] -> SerialActiveMessageC.AMSend[AMId];
   
   Packet = AM;
   AMPacket = AM;