]> 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 e0727e8f7b3993cbd078bbf36ac19c269c301a95..1a08fc768b00c37f65ad6d8bf8a295464d9188db 100644 (file)
@@ -76,7 +76,7 @@ implementation {
   BaseStationP.SerialControl -> Serial;
   
   BaseStationP.UartSend -> Serial;
-  BaseStationP.UartReceive -> Serial;
+  BaseStationP.UartReceive -> Serial.Receive;
   BaseStationP.UartPacket -> Serial;
   BaseStationP.UartAMPacket -> Serial;