]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Update to tosthreads nesC based BaseStation application based on changes to wiring...
authorklueska <klueska>
Wed, 18 Jun 2008 04:43:51 +0000 (04:43 +0000)
committerklueska <klueska>
Wed, 18 Jun 2008 04:43:51 +0000 (04:43 +0000)
apps/tosthreads/apps/BaseStation/BaseStationAppC.nc
apps/tosthreads/apps/BaseStation/Makefile

index b3e6a868bc4f70d87a4e90036f479880c7873155..a83de933b2b288af94accc41fe22bc78a05b4b5b 100644 (file)
@@ -124,4 +124,12 @@ implementation
   SerialReceiveRadioSendP.SendAMPacket -> BlockingRadioActiveMessageC;             
   SerialReceiveRadioSendP.BlockingReceiveAny -> BlockingSerialActiveMessageC.BlockingReceiveAny;
   SerialReceiveRadioSendP.BlockingAMSend -> BlockingRadioActiveMessageC;
+  
+  components ActiveMessageC, SerialActiveMessageC;
+  BlockingRadioActiveMessageC.Receive -> ActiveMessageC.Receive;
+  BlockingRadioActiveMessageC.Snoop -> ActiveMessageC.Snoop;
+  BlockingRadioActiveMessageC.AMSend -> ActiveMessageC.AMSend;
+  
+  BlockingSerialActiveMessageC.Receive -> SerialActiveMessageC.Receive;
+  BlockingSerialActiveMessageC.AMSend -> SerialActiveMessageC.AMSend;
 }
index b408b9b7adc0e4adf6d2ac09df67ea6fde0c1d8b..8e664309455914f4940338961d116ca05b7e89d5 100644 (file)
@@ -1,4 +1,6 @@
 COMPONENT=BaseStationAppC
+
+
  
 CFLAGS+=-DCC2420_DEF_CHANNEL=26