Remove message when rewinding input file.
For small input files this may be printed a very large number of times.
This commit is contained in:
@ -539,7 +539,6 @@ int tx_callback(hackrf_transfer* transfer)
|
|||||||
}
|
}
|
||||||
|
|
||||||
while (bytes_read < bytes_to_read) {
|
while (bytes_read < bytes_to_read) {
|
||||||
fprintf(stderr, "Input file end reached. Rewind to beginning.\n");
|
|
||||||
rewind(file);
|
rewind(file);
|
||||||
bytes_read +=
|
bytes_read +=
|
||||||
fread(transfer->buffer + bytes_read,
|
fread(transfer->buffer + bytes_read,
|
||||||
|
Reference in New Issue
Block a user