Decreased BigBuff mem, some elf flasher fixes (needs more work) but flashing correctly currently.

This commit is contained in:
d18c7db 2010-01-10 03:57:41 +00:00
commit 815f3f2559
4 changed files with 17 additions and 16 deletions

View file

@ -271,7 +271,7 @@ void SimulateTagHfListen(void)
void ReadMem(int addr)
{
const DWORD *data = ((DWORD *)addr);
const BYTE *data = ((BYTE *)addr);
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]);