X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftmirws%2Fchips%2Fsht11%2FHalSensirionSht11C.nc;h=60a96c6f3dac66b87ba0977a4c9da0b066bf924a;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=41155e450df4812da13ee108d431ae0ccd41afbc;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git diff --git a/tos/platforms/tmirws/chips/sht11/HalSensirionSht11C.nc b/tos/platforms/tmirws/chips/sht11/HalSensirionSht11C.nc index 41155e45..60a96c6f 100644 --- a/tos/platforms/tmirws/chips/sht11/HalSensirionSht11C.nc +++ b/tos/platforms/tmirws/chips/sht11/HalSensirionSht11C.nc @@ -53,7 +53,7 @@ implementation { SensirionSht11LogicP.DATA -> HplSensirionSht11C.DATA; SensirionSht11LogicP.CLOCK -> HplSensirionSht11C.SCK; SensirionSht11LogicP.InterruptDATA -> HplSensirionSht11C.InterruptDATA; - + components SensirionBusyWaitC; SensirionSht11LogicP.BusyWait -> SensirionBusyWaitC;