no printf

This commit is contained in:
iceman1001 2020-08-29 14:05:13 +02:00
commit 7336906923

View file

@ -103,9 +103,9 @@ static int CmdGallagherDemod(const char *Cmd) {
for (int i = 0, pos = 0; i < ARRAYLEN(arr); i++) {
pos = (i * 8) + i;
arr[i] = bytebits_to_byte(DemodBuffer + pos, 8);
printf("%d -", pos);
PrintAndLogEx(NORMAL, "%d -" NOLF, pos);
}
printf("\n");
PrintAndLogEx(NORMAL, "");
// crc
uint8_t crc = bytebits_to_byte(DemodBuffer + 72, 8);