X-Git-Url: http://git.droids-corp.org/?p=protos%2Fxbee-avr.git;a=blobdiff_plain;f=rc_proto.h;h=82f2fd2eabe8d317f6862b586230f607c12cc3e2;hp=2a2a6669d9410044e826b11205356f9a3ab93da4;hb=13e5a26a5242e90e77786b58b5df15d77b7c340c;hpb=f820d95b15d8bbb7c289acf92f31848d218825a7 diff --git a/rc_proto.h b/rc_proto.h index 2a2a666..82f2fd2 100644 --- a/rc_proto.h +++ b/rc_proto.h @@ -94,9 +94,12 @@ int8_t rc_proto_send_echo_req(uint64_t addr, void *data, uint8_t data_len, /* reception of a xbee message */ int rc_proto_rx(struct xbee_recv_hdr *recvframe, unsigned len); -/* dmp statistics related to rc_proto */ +/* dump statistics related to rc_proto */ void rc_proto_dump_stats(void); +/* reset statistics related to rc_proto */ +void rc_proto_reset_stats(void); + /* set the peer xbee address */ void rc_proto_set_dstaddr(uint64_t addr);