added crc checks

This commit is contained in:
David Voswinkel
2009-06-07 17:26:09 +02:00
parent 0b9ed151fa
commit 4a61063406
11 changed files with 138 additions and 34 deletions

View File

@@ -5,4 +5,5 @@ void debug_enable(void);
void printfs(word y,char* fmt,...);
void printfc(char* fmt,...);
void clears(void);
void printc_packet(unsigned long addr,unsigned int len,byte *packet);