File : validate_packet.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 : Validates the received packet
Definition in file validate_packet.c.
#include "xmodem.h"
Go to the source code of this file.
Functions | |
| unsigned char | validate_packet (unsigned char *bufptr, unsigned char *packet_number) |
Variables | |
| global | gl |
|
||||||||||||
|
Definition at line 34 of file validate_packet.c. References bad, calcrc(), dup, end, EOT, err, gl, good, out, and SOH. Referenced by receive(). |
|
|
|
1.4.4