Rearranged some expressions to avoid triggering a cc65 bug.
This commit is contained in:
parent
d79ac1558a
commit
7134da0915
4 changed files with 10 additions and 10 deletions
|
@ -141,7 +141,7 @@ recv_ruc(struct runicast_conn *c, const rimeaddr_t *from, uint8_t seqno)
|
|||
|
||||
printf("runicast message received from %d.%d, latency %lu ms, seqno %d, data '%.*s'\n",
|
||||
from->u8[0], from->u8[1],
|
||||
(1000L * latency) / RTIMER_ARCH_SECOND,
|
||||
(latency * 1000L) / RTIMER_ARCH_SECOND,
|
||||
seqno,
|
||||
packetbuf_datalen() - COLLECT_MSG_HDRSIZE,
|
||||
msg->data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue