Add fast mode support for RX NG frames

This commit is contained in:
Philippe Teuwen 2019-05-05 22:34:22 +02:00
commit eb7aa033ff
2 changed files with 9 additions and 3 deletions

View file

@ -49,6 +49,7 @@ typedef struct {
bool send_via_fpc_usart;
// To memorise baudrate
uint32_t uart_speed;
uint16_t last_command;
} communication_arg_t;
extern communication_arg_t conn;