diff --git a/libnfc/drivers/pn53x_usb.c b/libnfc/drivers/pn53x_usb.c index dcadc72..7a9a5de 100644 --- a/libnfc/drivers/pn53x_usb.c +++ b/libnfc/drivers/pn53x_usb.c @@ -43,7 +43,7 @@ Thanks to d18c7db and Okko for example code #include #define BUFFER_LENGTH 256 -#define USB_TIMEOUT 30000 +#define USB_TIMEOUT 0 // TODO Move this HACK1 into an upper level in order to benefit to other devices that use PN53x static const byte_t ack_frame[] = { 0x00, 0x00, 0xff, 0x00, 0xff, 0x00 };