X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fplatforms%2Ftmirws%2Fchips%2Fsht11%2FHplSensirionSht11P.nc;h=47b7569e8b5aec0b798a012546baa3c7752f0509;hp=777891f3bb6d673c5b99a1b49edeb6ba0ef9acd9;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/platforms/tmirws/chips/sht11/HplSensirionSht11P.nc b/tos/platforms/tmirws/chips/sht11/HplSensirionSht11P.nc index 777891f3..47b7569e 100644 --- a/tos/platforms/tmirws/chips/sht11/HplSensirionSht11P.nc +++ b/tos/platforms/tmirws/chips/sht11/HplSensirionSht11P.nc @@ -55,7 +55,7 @@ implementation { call Timer.startOneShot( 11 ); return SUCCESS; } - + event void Timer.fired() { signal SplitControl.startDone( SUCCESS ); }