pn53x_usb: remove USB timeout (Fixes issue 122)
This commit is contained in:
parent
2fb1de34f4
commit
572499f598
@ -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 };
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user