mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-06 15:30:18 +01:00
fixed compiler warning
This commit is contained in:
@@ -398,7 +398,6 @@ int tx_callback(hackrf_transfer* transfer) {
|
||||
}
|
||||
} else if (transceiver_mode == TRANSCEIVER_MODE_SS) {
|
||||
/* Transmit continuous wave with specific amplitude */
|
||||
ssize_t bytes_read;
|
||||
byte_count += transfer->valid_length;
|
||||
bytes_to_read = transfer->valid_length;
|
||||
if (limit_num_samples) {
|
||||
|
||||
Reference in New Issue
Block a user