Merge pull request #1156 from amitgeron/stunicast-timer-fix

Stunicast timer fix
This commit is contained in:
Simon Duquennoy 2015-10-23 10:51:40 +02:00
commit 1e1241f075

View file

@ -115,7 +115,7 @@ send(void *ptr)
if(c->buf) {
queuebuf_to_packetbuf(c->buf);
unicast_send(&c->c, &c->receiver);
stunicast_set_timer(c, CLOCK_SECOND);
ctimer_restart(&c->t);
}
/* if(c->u->sent != NULL) {
c->u->sent(c);