File : calcrc.c Compiler : IAR EWAAVR 4.11a Revision :
Support mail : avr@atmel.com
Supported devices : ATmega48/88/168
AppNote : AVR350: XmodemCRC Receive Utility for AVR Migrated to mega48 and corrected several bugs in original AT90S8515 code
Description : CRC calculation
Definition in file calcrc.c.
#include "xmodem.h"
Go to the source code of this file.
Functions | |
| int | calcrc (unsigned char *ptr, int count) |
|
||||||||||||
|
Definition at line 25 of file calcrc.c. Referenced by validate_packet(). |
1.4.4