1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2024-11-01 05:38:06 +02:00

tools/ant-cl/ant-cl.c (send_diag): remove extra ">" from progress

This commit is contained in:
Werner Almesberger 2012-07-01 18:05:46 -03:00
parent 2f82a4f306
commit 1b7639c53b

View File

@ -547,8 +547,6 @@ static void send_diag(struct atrf_dsc *dsc, uint16_t pattern,
while (1) { while (1) {
packet_noack(dsc, DIAG, 4, 4, payload, PAYLOAD); packet_noack(dsc, DIAG, 4, 4, payload, PAYLOAD);
if (verbose)
write(2, ">", 1);
got = recv_ack(dsc, payload, PAYLOAD, DIAG_ACK, 4, 1000); got = recv_ack(dsc, payload, PAYLOAD, DIAG_ACK, 4, 1000);
if (got >= 7) if (got >= 7)
break; break;