22 #ifndef DATALINK_FRSKY_X_H
23 #define DATALINK_FRSKY_X_H
25 #include "pprzlink/pprzlink_device.h"
27 #define DOWNLINK_BUFFER_SIZE 512
28 #define UPLINK_BUFFER_SIZE 512
void datalink_frsky_x_init(void)
struct frsky_x_serial_periph frsky_x_serial
#define DOWNLINK_BUFFER_SIZE
struct link_device device
Generic device interface.
uint8_t uplink_buf[UPLINK_BUFFER_SIZE]
#define UPLINK_BUFFER_SIZE
uint8_t downlink_buf[DOWNLINK_BUFFER_SIZE]
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.