]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmimsp/tmirws/chips/sht11/HplSensirionSht11C.nc
tmimsp: clean up open drain for sht1x DATA
[tinyos-2.x.git] / tos / platforms / tmimsp / tmirws / chips / sht11 / HplSensirionSht11C.nc
index cb715145b4fb0b93ffb1c46a8bf7c922c802cead..00fcb5fa9df68c401d0ae93c28a4970f044f4330 100644 (file)
@@ -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;