cmdline: new rc_proto commands
[protos/xbee-avr.git] / rc_proto.h
index 2a2a666..82f2fd2 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);