continue the test by resetting the etimer even if sd_write returns an error.
This commit is contained in:
parent
f143227205
commit
ed4ee1b5af
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: sd-test.c,v 1.5 2009/09/22 15:37:18 nvt-se Exp $
|
* $Id: sd-test.c,v 1.6 2009/10/01 16:40:25 nvt-se Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -83,8 +83,8 @@ PROCESS_THREAD(sd_test, event, data)
|
||||||
} else {
|
} else {
|
||||||
printf("read error: %d (%s)\n", r, sd_error_string(r));
|
printf("read error: %d (%s)\n", r, sd_error_string(r));
|
||||||
}
|
}
|
||||||
etimer_reset(&et);
|
|
||||||
}
|
}
|
||||||
|
etimer_reset(&et);
|
||||||
}
|
}
|
||||||
|
|
||||||
PROCESS_END();
|
PROCESS_END();
|
||||||
|
|
Loading…
Reference in a new issue