mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-19 05:33:02 +00:00
init nread_elements to prevent compiler warning.
This commit is contained in:
parent
1330e62da9
commit
6ae4ddb3b8
@ -372,8 +372,8 @@ void Ad9361FpgaSignalSource::run_DMA_process(const std::string &FreqBand, const
|
|||||||
std::vector<int8_t> input_samples2(MAX_INPUT_SAMPLES_TOTAL * 2);
|
std::vector<int8_t> input_samples2(MAX_INPUT_SAMPLES_TOTAL * 2);
|
||||||
std::vector<int8_t> input_samples_dma(MAX_INPUT_SAMPLES_TOTAL * 2 * 2);
|
std::vector<int8_t> input_samples_dma(MAX_INPUT_SAMPLES_TOTAL * 2 * 2);
|
||||||
|
|
||||||
int nread_elements;
|
int nread_elements = 0; // num bytes read from the file corresponding to frequency band 1
|
||||||
int nread_elements2;
|
int nread_elements2 = 0; // num bytes read from the file corresponding to frequency band 2
|
||||||
int file_completed = 0;
|
int file_completed = 0;
|
||||||
int num_transferred_bytes;
|
int num_transferred_bytes;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user