Flush output for "Write device".
This commit is contained in:
parent
7b87bec394
commit
3c0685190c
5
radio.c
5
radio.c
@ -109,9 +109,10 @@ void radio_upload(int cont_flag)
|
|||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
radio_progress = 0;
|
radio_progress = 0;
|
||||||
if (! serial_verbose)
|
if (! serial_verbose) {
|
||||||
fprintf(stderr, "Write device: ");
|
fprintf(stderr, "Write device: ");
|
||||||
|
fflush(stderr);
|
||||||
|
}
|
||||||
device->upload(cont_flag);
|
device->upload(cont_flag);
|
||||||
|
|
||||||
if (! serial_verbose)
|
if (! serial_verbose)
|
||||||
|
Loading…
Reference in New Issue
Block a user