mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
Make use of consistent timer interface code
This commit is contained in:
parent
6f72d9282b
commit
4a2f71c3ef
@ -28,7 +28,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: sabc.c,v 1.5 2007/03/20 12:26:57 adamdunkels Exp $
|
* $Id: sabc.c,v 1.6 2007/03/25 12:03:41 adamdunkels Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -102,7 +102,7 @@ sabc_send_stubborn(struct sabc_conn *c, clock_time_t t)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
send(c);
|
send(c);
|
||||||
ctimer_set(&c->t, t, send, c);
|
sabc_set_timer(c, t);
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user