]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Oops; added BusyWait to tmirws HalSensirionSht11C twice.
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Tue, 16 Sep 2008 14:26:23 +0000 (14:26 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 1 Dec 2009 03:01:01 +0000 (20:01 -0700)
tos/platforms/tmirws/chips/sht11/HalSensirionSht11C.nc

index 6f0119707ba8a0ac102a8febf4e06d9db8e8ad0d..41155e450df4812da13ee108d431ae0ccd41afbc 100644 (file)
@@ -57,9 +57,6 @@ implementation {
   components SensirionBusyWaitC;
   SensirionSht11LogicP.BusyWait -> SensirionBusyWaitC;
 
-  components SensirionBusyWaitC;
-  SensirionSht11LogicP.BusyWait -> SensirionBusyWaitC;
-
   components new TimerMilliC();
   SensirionSht11LogicP.Timer -> TimerMilliC;