diff --git a/examples/sky/tcprudolph0.c b/examples/sky/tcprudolph0.c index 0ed7a6812..afd0ad2b8 100644 --- a/examples/sky/tcprudolph0.c +++ b/examples/sky/tcprudolph0.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: tcprudolph0.c,v 1.6 2007/03/25 21:53:08 adamdunkels Exp $ + * @(#)$Id: tcprudolph0.c,v 1.7 2007/04/02 20:02:13 adamdunkels Exp $ */ #include @@ -173,11 +173,11 @@ PT_THREAD(recv_tcpthread(struct pt *pt)) ret = start_program(); #if NETSIM - rudolph0_send(&rudolph0); + rudolph0_send(&rudolph0, CLOCK_SECOND / 4); #else /* NETSIM */ if(ret == ELFLOADER_OK) { /* Propagate program. */ - rudolph0_send(&rudolph0); + rudolph0_send(&rudolph0, CLOCK_SECOND / 4); } #endif /* NETSIM */