rt-thread/components/utilities/ymodem
Grissiom d479960aac ymodem: fix a race-condition in handshaking
As we are sending C continuously, there is a chance that the
sender(remote) receive an C after sending the first handshake package.
So the sender will interpret it as NAK and re-send the package. So we
just ignore it and proceed.
2014-12-26 22:20:17 +08:00
..
SConscript components/utilities: add ymodem 2013-10-09 23:26:42 +08:00
ymodem.c ymodem: fix a race-condition in handshaking 2014-12-26 22:20:17 +08:00
ymodem.h ymodem: fix a race-condition in handshaking 2014-12-26 22:20:17 +08:00