mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-13 11:03:48 +00:00
pn53x_usb: remove USB timeout (Fixes issue 122)
This commit is contained in:
@@ -43,7 +43,7 @@ Thanks to d18c7db and Okko for example code
|
|||||||
#include <nfc/nfc-messages.h>
|
#include <nfc/nfc-messages.h>
|
||||||
|
|
||||||
#define BUFFER_LENGTH 256
|
#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
|
// 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 };
|
static const byte_t ack_frame[] = { 0x00, 0x00, 0xff, 0x00, 0xff, 0x00 };
|
||||||
|
|||||||
Reference in New Issue
Block a user