]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/BaseStation/BaseStationC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / BaseStation / BaseStationC.nc
index 016a8b1e2629d25d981dc07cc6b0bc7acf987d5a..1a08fc768b00c37f65ad6d8bf8a295464d9188db 100644 (file)
@@ -76,12 +76,13 @@ implementation {
   BaseStationP.SerialControl -> Serial;
   
   BaseStationP.UartSend -> Serial;
-  BaseStationP.UartReceive -> Serial;
+  BaseStationP.UartReceive -> Serial.Receive;
   BaseStationP.UartPacket -> Serial;
   BaseStationP.UartAMPacket -> Serial;
   
   BaseStationP.RadioSend -> Radio;
   BaseStationP.RadioReceive -> Radio.Receive;
+  BaseStationP.RadioSnoop -> Radio.Snoop;
   BaseStationP.RadioPacket -> Radio;
   BaseStationP.RadioAMPacket -> Radio;