X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fsystem%2FBlockingSerialAMSenderC.nc;h=b866dea1f413632f3cf48499ceaf196943562bc1;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=66c9262c716e4cea9ab467d696f131ed2a8cb5a2;hpb=b6ecc1469fe880fdd586837a773d43a503121051;p=tinyos-2.x.git 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;