FIX: the changes to uart.c timings seems to have fixed my problem with the pm3 device getting unresponsive.

CHG: "script run hard"  now iterates all sectors on the tag and output the table style like "hf mf chkkey" do.
This commit is contained in:
iceman1001 2016-11-22 01:58:11 +01:00
commit d1e197e9ec
5 changed files with 89 additions and 22 deletions

View file

@ -104,7 +104,6 @@ static void *uart_receiver(void *targ) {
txcmd_pending = false;
}
}
pthread_exit(NULL);
return NULL;
}