Signed-off-by: surenyi <surenyi82@163.com>
@ -334,14 +334,14 @@ retry:
/* eot */
if (pkt_size == 0) {
if (rx->eot == 1) {
put_byte(uart, NAK);
continue;
}
if (rx->eot == 2) {
put_byte(uart, ACK);
put_byte(uart, WANTCRC);
switch (rx->eot) {
case 1:
break;
case 2: