X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftelosa%2Fchips%2Fsht11%2FHalSensirionSht11C.nc;h=4714067ed456872b2ecd01715e802ad467625927;hb=1a329382c4f4556fd52d85f4e3f4a67e54911682;hp=29eaac82949eabc7b5966e9ebc24eb1f1903ffd9;hpb=3837fe262225242d1629ba72bdf12f6d162ba5c0;p=tinyos-2.x.git diff --git a/tos/platforms/telosa/chips/sht11/HalSensirionSht11C.nc b/tos/platforms/telosa/chips/sht11/HalSensirionSht11C.nc index 29eaac82..4714067e 100644 --- a/tos/platforms/telosa/chips/sht11/HalSensirionSht11C.nc +++ b/tos/platforms/telosa/chips/sht11/HalSensirionSht11C.nc @@ -48,9 +48,6 @@ implementation { components new SensirionSht11LogicP(); SensirionSht11 = SensirionSht11LogicP; - components MainC; - MainC.SoftwareInit -> HplSensirionSht11C; - components HplSensirionSht11C; Resource = HplSensirionSht11C.Resource; SensirionSht11LogicP.DATA -> HplSensirionSht11C.DATA;