Merge r520-546 from trunk.

This commit is contained in:
Romain Tartiere
2010-08-18 14:32:01 +00:00
16 changed files with 291 additions and 278 deletions

View File

@@ -162,9 +162,6 @@ nfc_device_t* pn53x_usb_connect(const nfc_device_desc_t* pndd,const char * targe
us.uiEndPointOut = 0;
us.pudh = NULL;
// must specify device to connect to
if(pndd == NULL) return NULL;
DBG("Attempt to connect to %s device", target_name);
usb_init();