From: smckown Date: Tue, 16 Sep 2008 14:26:23 +0000 (+0000) Subject: Oops; added BusyWait to tmirws HalSensirionSht11C twice. X-Git-Tag: release/2.1.0-1~35 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=c794f37c1f663cee06c48a30d25625fc7823eeec Oops; added BusyWait to tmirws HalSensirionSht11C twice. --- diff --git a/tos/platforms/tmirws/chips/sht11/HalSensirionSht11C.nc b/tos/platforms/tmirws/chips/sht11/HalSensirionSht11C.nc index 6f011970..41155e45 100644 --- a/tos/platforms/tmirws/chips/sht11/HalSensirionSht11C.nc +++ b/tos/platforms/tmirws/chips/sht11/HalSensirionSht11C.nc @@ -57,9 +57,6 @@ implementation { components SensirionBusyWaitC; SensirionSht11LogicP.BusyWait -> SensirionBusyWaitC; - components SensirionBusyWaitC; - SensirionSht11LogicP.BusyWait -> SensirionBusyWaitC; - components new TimerMilliC(); SensirionSht11LogicP.Timer -> TimerMilliC;