more debuggers and fix auto-connecting to libusb devices (still no way to list them though)

This commit is contained in:
Adam Laurie 2009-12-02 11:45:38 +00:00
parent c449fe8561
commit b8a9a7d743
3 changed files with 25 additions and 7 deletions

View file

@ -49,7 +49,8 @@ int main(int argc, const char* argv[])
printf("%s use libnfc %s\n", argv[0], acLibnfcVersion);
// Lazy way to open an NFC device
/*
/*
pnd = nfc_connect(NULL);
*/