Put uart_bind() into uart_common.c

This commit is contained in:
wh201906 2023-12-25 23:50:34 +08:00
commit ecec001fdd
No known key found for this signature in database
7 changed files with 81 additions and 66 deletions

View file

@ -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