mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Put uart_bind() into uart_common.c
This commit is contained in:
parent
5e06656580
commit
ecec001fdd
7 changed files with 81 additions and 66 deletions
|
@ -842,7 +842,7 @@ typedef struct {
|
|||
// all zero's configure: no timeout for read/write used.
|
||||
// took settings from libnfc/buses/uart.c
|
||||
|
||||
// uart_windows.c & uart_posix.c
|
||||
// uart_win32.c & uart_posix.c
|
||||
# define UART_FPC_CLIENT_RX_TIMEOUT_MS 200
|
||||
# define UART_USB_CLIENT_RX_TIMEOUT_MS 20
|
||||
# define UART_NET_CLIENT_RX_TIMEOUT_MS 500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue