mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 18:40:17 +00:00
wait until rime finishes forwarding to send
This commit is contained in:
parent
f304941ab4
commit
77c8524aa5
@ -28,7 +28,7 @@
|
||||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: example-collect.c,v 1.6 2009/02/17 08:44:44 fros4943 Exp $
|
||||
* $Id: example-collect.c,v 1.7 2009/03/10 14:36:48 zhitao Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -84,6 +84,9 @@ PROCESS_THREAD(example_collect_process, ev, data)
|
||||
PROCESS_WAIT_EVENT();
|
||||
|
||||
if(etimer_expired(&et)) {
|
||||
while(tc.forwarding) {
|
||||
PROCESS_PAUSE();
|
||||
}
|
||||
printf("Sending\n");
|
||||
rimebuf_clear();
|
||||
rimebuf_set_datalen(sprintf(rimebuf_dataptr(),
|
||||
|
Loading…
Reference in New Issue
Block a user