pn53x_usb: remove USB timeout (Fixes issue 122)

This commit is contained in:
Philippe Teuwen 2010-10-13 07:21:34 +00:00
parent 2fb1de34f4
commit 572499f598

View file

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