]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
fix 'make micaz sim' which was failing due to ambiguous match
authorregehr <regehr>
Thu, 25 Sep 2008 04:08:09 +0000 (04:08 +0000)
committerregehr <regehr>
Thu, 25 Sep 2008 04:08:09 +0000 (04:08 +0000)
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;