mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Fixed some compile warnings in client, minor tidy up with some dbprintf statements
This commit is contained in:
parent
709a8d3ff0
commit
1e1b303093
6 changed files with 12 additions and 285 deletions
|
@ -252,7 +252,7 @@ void ReadMem(int addr)
|
|||
{
|
||||
const DWORD *data = ((DWORD *)addr);
|
||||
|
||||
Dbprintf("Reading memory at address %x: %02x %02x %02x %02x %02x %02x %02x %02x",
|
||||
Dbprintf("%x: %02x %02x %02x %02x %02x %02x %02x %02x",
|
||||
addr, data[0], data[1], data[2], data[3], data[4], data[5], data[6], data[7]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue