Flush output for "Write device".

This commit is contained in:
Serge 2018-08-26 23:48:20 -07:00
parent 7b87bec394
commit 3c0685190c
1 changed files with 3 additions and 2 deletions

View File

@ -109,9 +109,10 @@ void radio_upload(int cont_flag)
exit(-1);
}
radio_progress = 0;
if (! serial_verbose)
if (! serial_verbose) {
fprintf(stderr, "Write device: ");
fflush(stderr);
}
device->upload(cont_flag);
if (! serial_verbose)