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

@ -13,7 +13,7 @@ typedef unsigned char byte_t;
// The large multi-purpose buffer, typically used to hold A/D samples,
// maybe processed in some way.
DWORD BigBuf[12000];
DWORD BigBuf[8000];
/// appmain.h
void ReadMem(int addr);