]> git.droids-corp.org - protos/xbee-avr.git/blobdiff - rc_proto.h
fix parsing of xmit status in sendmsg command
[protos/xbee-avr.git] / rc_proto.h
index 2a2a6669d9410044e826b11205356f9a3ab93da4..82f2fd2eabe8d317f6862b586230f607c12cc3e2 100644 (file)
@@ -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);