mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-26 00:25:24 +08:00
remove debug
This commit is contained in:
parent
fff58476af
commit
29c90533eb
1 changed files with 0 additions and 6 deletions
|
@ -1840,12 +1840,6 @@ void ReadPCF7931() {
|
|||
Dbprintf("%02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x",
|
||||
Blocks[i][0], Blocks[i][1], Blocks[i][2], Blocks[i][3], Blocks[i][4], Blocks[i][5], Blocks[i][6], Blocks[i][7],
|
||||
Blocks[i][8], Blocks[i][9], Blocks[i][10], Blocks[i][11], Blocks[i][12], Blocks[i][13], Blocks[i][14], Blocks[i][15]);
|
||||
if(i==3){
|
||||
if(Blocks[3][0] == 0xAA)
|
||||
Dbprintf("Solde actuel : %d centimes, solde précédent : %d centimes", (Blocks[3][1] << 8 | Blocks[3][2]), (Blocks[3][6] << 8 | Blocks[3][7]));
|
||||
else
|
||||
Dbprintf("Solde actuel : %d centimes, solde précédent : %d centimes", (Blocks[3][6] << 8 | Blocks[3][7]), (Blocks[3][1] << 8 | Blocks[3][2]));
|
||||
}
|
||||
}else
|
||||
Dbprintf("<missing block %d>", i);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue