]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/TestBasicsbSensors/TestBasicsbSensorsC.nc
Update git tag release_tinyos_2_1_0_0 for consistency with CVS tag of same name.
[tinyos-2.x.git] / apps / tosthreads / apps / TestBasicsbSensors / TestBasicsbSensorsC.nc
index d9e633737b572acc1003ddbb2d60f88304def748..f43e886860d5f72bfaf234941c2a82270bc0e523 100644 (file)
@@ -67,7 +67,6 @@ implementation {
       while( call Temp.read(&(readings->temp)) != SUCCESS );
       while( call BlockingAMSend.send(AM_BROADCAST_ADDR, &msg, sizeof(sensor_readings_t)) != SUCCESS );
       call Leds.led0Toggle();
-      call MainThread.sleep(512);
     }
   }
 }