cleaning up

This commit is contained in:
iceman1001
2019-05-07 14:41:20 +02:00
parent 63485527ad
commit f60977695a
4 changed files with 8 additions and 15 deletions

View File

@@ -50,6 +50,7 @@ typedef struct {
// To memorise baudrate
uint32_t uart_speed;
uint16_t last_command;
uint8_t *serial_port_name;
} communication_arg_t;
extern communication_arg_t conn;