X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fsystem%2FBlockingSerialAMReceiverC.nc;h=7ec4d389e90bbe05092c548e59141ad0238b80a9;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=bbd8938010b2900b85dd7c0506e020d0943e282c;hpb=b6ecc1469fe880fdd586837a773d43a503121051;p=tinyos-2.x.git diff --git a/tos/lib/tosthreads/system/BlockingSerialAMReceiverC.nc b/tos/lib/tosthreads/system/BlockingSerialAMReceiverC.nc index bbd89380..7ec4d389 100644 --- a/tos/lib/tosthreads/system/BlockingSerialAMReceiverC.nc +++ b/tos/lib/tosthreads/system/BlockingSerialAMReceiverC.nc @@ -43,10 +43,8 @@ generic configuration BlockingSerialAMReceiverC(am_id_t amId) { } } implementation { - components SerialActiveMessageC; components BlockingSerialActiveMessageC as AM; BlockingReceive = AM.BlockingReceive[amId]; - AM.Receive[amId] -> SerialActiveMessageC.Receive[amId]; Packet = AM; AMPacket = AM;