X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fsystem%2FBlockingAMSnooperC.nc;h=3f90b911fc396137e6870dfdd3744a4ee0426be6;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=5564b534e01a07f1772760e5837eceb7642e7b88;hpb=4bbaef97c9471e5d870e6a99d4a17de6df1de108;p=tinyos-2.x.git diff --git a/tos/lib/tosthreads/system/BlockingAMSnooperC.nc b/tos/lib/tosthreads/system/BlockingAMSnooperC.nc index 5564b534..3f90b911 100644 --- a/tos/lib/tosthreads/system/BlockingAMSnooperC.nc +++ b/tos/lib/tosthreads/system/BlockingAMSnooperC.nc @@ -44,10 +44,8 @@ generic configuration BlockingAMSnooperC(am_id_t amId) { } } implementation { - components ActiveMessageC; components BlockingActiveMessageC as AM; BlockingReceive = AM.BlockingSnoop[amId]; - AM.Snoop[amId] -> ActiveMessageC.SnoopDefault[amId]; Packet = AM; AMPacket = AM;