mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
typo
This commit is contained in:
parent
0dc921c6b7
commit
c4ff847355
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ typedef enum {
|
||||||
PM3_UDPv4,
|
PM3_UDPv4,
|
||||||
PM3_UDPv6,
|
PM3_UDPv6,
|
||||||
PM3_NONE,
|
PM3_NONE,
|
||||||
} CommunicationProtol_t;
|
} CommunicationProtocol_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
bool run; // If TRUE, continue running the uart_communication thread
|
bool run; // If TRUE, continue running the uart_communication thread
|
||||||
|
@ -71,7 +71,7 @@ typedef struct {
|
||||||
// "Session" flag, to tell via which interface next msgs are sent: USB or FPC USART
|
// "Session" flag, to tell via which interface next msgs are sent: USB or FPC USART
|
||||||
bool send_via_fpc_usart;
|
bool send_via_fpc_usart;
|
||||||
// to tell if we are using TCP/UDP/TCPv6
|
// to tell if we are using TCP/UDP/TCPv6
|
||||||
CommunicationProtol_t send_via_ip;
|
CommunicationProtocol_t send_via_ip;
|
||||||
// To memorise baudrate
|
// To memorise baudrate
|
||||||
uint32_t uart_speed;
|
uint32_t uart_speed;
|
||||||
uint16_t last_command;
|
uint16_t last_command;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue