]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/csystem/CAMSerialC.nc
Update to TestCollection for threads
[tinyos-2.x.git] / tos / lib / tosthreads / csystem / CAMSerialC.nc
index ac776aa46797753b969a33e9fc506e066efc3b61..ec6b299bf2c975df85cae8c66128471383ee3db4 100644 (file)
@@ -30,6 +30,7 @@ configuration CAMSerialC {}
 
 implementation {
   components CAMSerialP as CAMP;
+  components SerialActiveMessageC;
   components BlockingSerialActiveMessageC as AM;
   
   CAMP.BlockingStdControl -> AM;
@@ -39,4 +40,7 @@ implementation {
   CAMP.Packet -> AM;
   CAMP.AMPacket -> AM;
   CAMP.PacketAcknowledgements -> AM;
+  
+  AM.Receive -> SerialActiveMessageC.Receive;
+  AM.AMSend -> SerialActiveMessageC.AMSend;
 }