X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fplatforms%2Ftmimsp%2Ftmirws%2Fchips%2Fsht11%2FHplSensirionSht11C.nc;fp=tos%2Fplatforms%2Ftmimsp%2Ftmirws%2Fchips%2Fsht11%2FHplSensirionSht11C.nc;h=00fcb5fa9df68c401d0ae93c28a4970f044f4330;hp=cb715145b4fb0b93ffb1c46a8bf7c922c802cead;hb=3aed39b6730a55e41c9ae5a8a1e690bca5746147;hpb=d8e1736a3c545ce99fa33abe443d1cc34638ee5e diff --git a/tos/platforms/tmimsp/tmirws/chips/sht11/HplSensirionSht11C.nc b/tos/platforms/tmimsp/tmirws/chips/sht11/HplSensirionSht11C.nc index cb715145..00fcb5fa 100644 --- a/tos/platforms/tmimsp/tmirws/chips/sht11/HplSensirionSht11C.nc +++ b/tos/platforms/tmimsp/tmirws/chips/sht11/HplSensirionSht11C.nc @@ -47,7 +47,7 @@ configuration HplSensirionSht11C { provides interface GpioInterrupt as InterruptDATA; } implementation { - components new Msp430OpenDrainC() as DATAM; + components new Msp430ODPUC() as DATAM; DATA = DATAM; components new Msp430GpioC() as SCKM;