X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fsystem%2FBlockingSerialAMSenderC.nc;h=b866dea1f413632f3cf48499ceaf196943562bc1;hp=66c9262c716e4cea9ab467d696f131ed2a8cb5a2;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/lib/tosthreads/system/BlockingSerialAMSenderC.nc b/tos/lib/tosthreads/system/BlockingSerialAMSenderC.nc index 66c9262c..b866dea1 100644 --- a/tos/lib/tosthreads/system/BlockingSerialAMSenderC.nc +++ b/tos/lib/tosthreads/system/BlockingSerialAMSenderC.nc @@ -45,10 +45,8 @@ 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;