From 00d5576e29d99400d2b484fc45f5f3b971dbf079 Mon Sep 17 00:00:00 2001 From: regehr Date: Thu, 25 Sep 2008 04:08:09 +0000 Subject: [PATCH] fix 'make micaz sim' which was failing due to ambiguous match --- apps/BaseStation/BaseStationC.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/BaseStation/BaseStationC.nc b/apps/BaseStation/BaseStationC.nc index e0727e8f..1a08fc76 100644 --- a/apps/BaseStation/BaseStationC.nc +++ b/apps/BaseStation/BaseStationC.nc @@ -76,7 +76,7 @@ implementation { BaseStationP.SerialControl -> Serial; BaseStationP.UartSend -> Serial; - BaseStationP.UartReceive -> Serial; + BaseStationP.UartReceive -> Serial.Receive; BaseStationP.UartPacket -> Serial; BaseStationP.UartAMPacket -> Serial; -- 2.39.2