mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
move uart_speed to conn struct and display baudrate only for real UART
This commit is contained in:
parent
e9bfc3eb7a
commit
12937884f6
5 changed files with 11 additions and 15 deletions
|
@ -47,6 +47,8 @@ typedef struct {
|
|||
bool send_with_crc_on_fpc;
|
||||
// "Session" flag, to tell via which interface next msgs are sent: USB or FPC USART
|
||||
bool send_via_fpc;
|
||||
// To memorise baudrate, we don't want to call get_speed systematically
|
||||
uint32_t uart_speed;
|
||||
} communication_arg_t;
|
||||
|
||||
extern communication_arg_t conn;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue