]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestSimComm/TestCommAppC.nc
Incorporated patches and bug fixes from community (tweaked slightly).
[tinyos-2.x.git] / apps / tests / TestSimComm / TestCommAppC.nc
index 1ef8638ebccf80062047c42fc54d934682b416ba..5cd94d2e840dcf5e2f2b1b98605d463a6e8447c7 100644 (file)
@@ -52,7 +52,7 @@ implementation {
     AM_TEST  = 5
   };
   
-  components MainC, TestCommC as App, RandomC, ActiveMessageC;
+  components MainC, TestCommC as App, RandomC, ActiveMessageC, TossimActiveMessageC;
   components new TimerMilliC(), new AMSenderC(AM_TEST), new AMReceiverC(AM_TEST);
   
   App.Boot -> MainC.Boot;
@@ -63,6 +63,7 @@ implementation {
   App.Random -> RandomC;
   App.AMPacket -> AMSenderC;
   App.PacketAcknowledgements -> AMSenderC;
+  App.TossimPacket -> TossimActiveMessageC;
 }