mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07: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;
|
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 *colon = strrchr(addrstr, ':');
|
||||||
char *portstr;
|
char *portstr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue