Updated to match new mesh API. Thanks to Carlo Alberto Boano for fixing.

This commit is contained in:
nifi 2009-01-19 13:24:42 +00:00
parent 677dd296a6
commit 4eebe9afd9

View file

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* $Id: example-mesh.c,v 1.2 2008/12/01 15:19:11 adamdunkels Exp $ * $Id: example-mesh.c,v 1.3 2009/01/19 13:24:42 nifi Exp $
*/ */
/** /**
@ -64,7 +64,7 @@ timedout(struct mesh_conn *c)
printf("packet timedout\n"); printf("packet timedout\n");
} }
static void static void
recv(struct mesh_conn *c, rimeaddr_t *from) recv(struct mesh_conn *c, rimeaddr_t *from, uint8_t hops)
{ {
printf("Data received from %d.%d: %.*s (%d)\n", printf("Data received from %d.%d: %.*s (%d)\n",
from->u8[0], from->u8[1], from->u8[0], from->u8[1],