X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fsystem%2FBlockingAMSenderC.nc;h=4d70b1e0670d586590dd3ef2b125f2398b45f666;hp=142a8d7ee56e465a98d6c212dcfd19bee19280e0;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/lib/tosthreads/system/BlockingAMSenderC.nc b/tos/lib/tosthreads/system/BlockingAMSenderC.nc index 142a8d7e..4d70b1e0 100644 --- a/tos/lib/tosthreads/system/BlockingAMSenderC.nc +++ b/tos/lib/tosthreads/system/BlockingAMSenderC.nc @@ -45,10 +45,8 @@ generic configuration BlockingAMSenderC(am_id_t AMId) { } implementation { - components ActiveMessageC; components BlockingActiveMessageC as AM; BlockingAMSend = AM.BlockingAMSend[AMId]; - AM.AMSend[AMId] -> ActiveMessageC.AMSend[AMId]; Packet = AM; AMPacket = AM;