Removed duplicated statement.

This commit is contained in:
nvt-se 2007-10-22 13:07:00 +00:00
parent 06f923e502
commit e57310c0b3

View File

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: test-sht11.c,v 1.1 2007/10/22 13:05:30 nvt-se Exp $
* $Id: test-sht11.c,v 1.2 2007/10/22 13:07:00 nvt-se Exp $
*/
/**
@ -53,8 +53,6 @@ PROCESS_THREAD(test_sht11_process, ev, data)
PROCESS_BEGIN();
etimer_set(&et, CLOCK_SECOND);
for (etimer_set(&et, CLOCK_SECOND);; etimer_reset(&et)) {
PROCESS_YIELD();
printf("Temperature: %u degrees Celsius\n",