X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fcsystem%2FCAMRadioC.nc;h=a066c05f251e32ccf53c19a6ae1535f902800dbc;hp=8cb7f658d6480e310c9f4d4a513f3a81f0f9df7c;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/lib/tosthreads/csystem/CAMRadioC.nc b/tos/lib/tosthreads/csystem/CAMRadioC.nc index 8cb7f658..a066c05f 100644 --- a/tos/lib/tosthreads/csystem/CAMRadioC.nc +++ b/tos/lib/tosthreads/csystem/CAMRadioC.nc @@ -30,7 +30,6 @@ configuration CAMRadioC {} implementation { components CAMRadioP as CAMP; - components ActiveMessageC; components BlockingActiveMessageC as AM; CAMP.BlockingStdControl -> AM; @@ -42,8 +41,4 @@ implementation { CAMP.Packet -> AM; CAMP.AMPacket -> AM; CAMP.PacketAcknowledgements -> AM; - - AM.Receive -> ActiveMessageC.ReceiveDefault; - AM.Snoop -> ActiveMessageC.SnoopDefault; - AM.AMSend -> ActiveMessageC; }