crc checks working, simple uploads working

This commit is contained in:
David Voswinkel
2009-06-30 23:04:24 +02:00
parent 77d9418cee
commit 656192fc14
6 changed files with 53 additions and 46 deletions

View File

@@ -8,6 +8,7 @@
#define DEBUG_SRAM 8
#define DEBUG_SRAM_RAW 16
#define DEBUG_SREG 32
#define DEBUG_CRC 64
#define REQ_STATUS_IDLE 0x01
#define REQ_STATUS_UPLOAD 0x02