X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fsystem%2FBlockingAMSnooperC.nc;h=3f90b911fc396137e6870dfdd3744a4ee0426be6;hp=5564b534e01a07f1772760e5837eceb7642e7b88;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 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;