X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=rc_proto.h;h=868f921aeb991f3b1627c525abe3fa8e803ee96c;hb=5727aa588570d066be9287b81acfd92d7910de80;hp=a12de344a53d3fa46060469e6666d9c4721453ab;hpb=9d53e5fccc7924c9ac24b8963376fb30c79b968e;p=protos%2Fxbee-avr.git diff --git a/rc_proto.h b/rc_proto.h index a12de34..868f921 100644 --- a/rc_proto.h +++ b/rc_proto.h @@ -56,6 +56,7 @@ struct rc_proto_ack { /* send a Hello message to a peer */ int8_t rc_proto_send_hello(uint64_t addr, void *data, uint8_t data_len); -void rc_proto_rx_range(int power_level); +/* reception of a xbee message */ +int rc_proto_rx(struct xbee_recv_hdr *recvframe, unsigned len); #endif