mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
chg... missing
This commit is contained in:
parent
6d63b3fbed
commit
265c069edc
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ serial_port uart_open(const char* pcPortName) {
|
|||
return INVALID_SERIAL_PORT;
|
||||
}
|
||||
|
||||
timeout.tv_usec = 300000 // 300 000 micro seconds
|
||||
timeout.tv_usec = 300000; // 300 000 micro seconds
|
||||
|
||||
char *colon = strrchr(addrstr, ':');
|
||||
char *portstr;
|
||||
|
|
Loading…
Reference in a new issue