pn53x_usb: remove USB timeout (Fixes issue 122)
This commit is contained in:
parent
2fb1de34f4
commit
572499f598
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Thanks to d18c7db and Okko for example code
|
|||
#include <nfc/nfc-messages.h>
|
||||
|
||||
#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 };
|
||||
|
|
Loading…
Add table
Reference in a new issue