Mercurial > flash_v2
diff packages/redboot/current/src/xyzModem.c @ 1506:56bd97c45aa5
Faster XY-modem startup - from Jani Monoses
| author | gthomas |
|---|---|
| date | Thu, 19 Feb 2004 10:47:10 +0000 |
| parents | 3e80ecaaa3f8 |
| children | 9f0d02327506 |
line wrap: on
line diff
--- a/packages/redboot/current/src/xyzModem.c +++ b/packages/redboot/current/src/xyzModem.c @@ -354,6 +354,8 @@ xyzModem_stream_open(connection_info_t * xyz.read_length = 0; xyz.file_length = 0; #endif + + CYGACC_COMM_IF_PUTC(*xyz.__chan, (xyz.crc_mode ? 'C' : NAK)); while (retries-- > 0) { stat = xyzModem_get_hdr();
