Flush output for "Write device".

This commit is contained in:
Serge 2018-08-26 23:48:20 -07:00
parent 7b87bec394
commit 3c0685190c

View File

@ -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)