]> git.droids-corp.org - protos/xbee-avr.git/blobdiff - rc_proto.h
use static variables for callout instead of using xbeeboard struct
[protos/xbee-avr.git] / rc_proto.h
index a12de344a53d3fa46060469e6666d9c4721453ab..868f921aeb991f3b1627c525abe3fa8e803ee96c 100644 (file)
@@ -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