mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Add fast mode support for RX NG frames
This commit is contained in:
parent
65bd945b54
commit
eb7aa033ff
2 changed files with 9 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue