X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fplatforms%2Ftmirws%2Fchips%2Fsht11%2FHplSensirionSht11C.nc;h=cb715145b4fb0b93ffb1c46a8bf7c922c802cead;hp=295cf7ea8f3764f1ef3cfb76bcd20f615c57ac4f;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/platforms/tmirws/chips/sht11/HplSensirionSht11C.nc b/tos/platforms/tmirws/chips/sht11/HplSensirionSht11C.nc index 295cf7ea..cb715145 100644 --- a/tos/platforms/tmirws/chips/sht11/HplSensirionSht11C.nc +++ b/tos/platforms/tmirws/chips/sht11/HplSensirionSht11C.nc @@ -73,7 +73,7 @@ implementation { components new FcfsArbiterC( "Sht11.Resource" ) as Arbiter; Resource = Arbiter; - + components new SplitControlPowerManagerC(); SplitControlPowerManagerC.SplitControl -> HplSensirionSht11P; SplitControlPowerManagerC.ArbiterInfo -> Arbiter.ArbiterInfo;