integrated MIFARE ultralight features, contributed by 'midnitesnake'

This commit is contained in:
roel@libnfc.org 2013-10-11 08:43:23 +00:00
commit 981bd4292e
10 changed files with 690 additions and 89 deletions

View file

@ -168,6 +168,7 @@ static void *main_loop(void *targ) {
if (cmd[0] != 0x00) {
if (strncmp(cmd, "quit", 4) == 0) {
exit(0);
break;
}