mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2024-11-01 05:35:20 +02:00
tools/ant-cl/ant-cl.c (send_diag): remove extra ">" from progress
This commit is contained in:
parent
2f82a4f306
commit
1b7639c53b
@ -547,8 +547,6 @@ static void send_diag(struct atrf_dsc *dsc, uint16_t pattern,
|
||||
|
||||
while (1) {
|
||||
packet_noack(dsc, DIAG, 4, 4, payload, PAYLOAD);
|
||||
if (verbose)
|
||||
write(2, ">", 1);
|
||||
got = recv_ack(dsc, payload, PAYLOAD, DIAG_ACK, 4, 1000);
|
||||
if (got >= 7)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user