]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/csystem/CAMSerialC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / lib / tosthreads / csystem / CAMSerialC.nc
index ec6b299bf2c975df85cae8c66128471383ee3db4..ac776aa46797753b969a33e9fc506e066efc3b61 100644 (file)
@@ -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;
 }