X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fcsystem%2FCAMSerialC.nc;h=ac776aa46797753b969a33e9fc506e066efc3b61;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=ec6b299bf2c975df85cae8c66128471383ee3db4;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git diff --git a/tos/lib/tosthreads/csystem/CAMSerialC.nc b/tos/lib/tosthreads/csystem/CAMSerialC.nc index ec6b299b..ac776aa4 100644 --- a/tos/lib/tosthreads/csystem/CAMSerialC.nc +++ b/tos/lib/tosthreads/csystem/CAMSerialC.nc @@ -30,7 +30,6 @@ configuration CAMSerialC {} implementation { components CAMSerialP as CAMP; - components SerialActiveMessageC; components BlockingSerialActiveMessageC as AM; CAMP.BlockingStdControl -> AM; @@ -40,7 +39,4 @@ implementation { CAMP.Packet -> AM; CAMP.AMPacket -> AM; CAMP.PacketAcknowledgements -> AM; - - AM.Receive -> SerialActiveMessageC.Receive; - AM.AMSend -> SerialActiveMessageC.AMSend; }