File : receive.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 : Receive function
Definition in file receive.c.
#include "xmodem.h"
Go to the source code of this file.
Functions | |
| void | receive (volatile unsigned char *bufptr1) |
Variables | |
| global | gl |
|
|
Definition at line 34 of file receive.c. References dup, end, gl, good, recv_wait(), respond(), sendc(), and validate_packet(). Referenced by main(). |
|
|
|
1.4.4