mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
removed FPGA dummy read
This commit is contained in:
parent
692978f66b
commit
a628ad5906
@ -279,13 +279,11 @@ void Fpga_Acquisition::read_acquisition_results(uint32_t *max_index,
|
|||||||
|
|
||||||
*power_sum = 0;
|
*power_sum = 0;
|
||||||
|
|
||||||
readval = d_map_base[8];
|
|
||||||
*total_blk_exp = readval;
|
|
||||||
|
|
||||||
readval = d_map_base[7]; // read doppler index -- this read releases the interrupt line
|
readval = d_map_base[7]; // read doppler index -- this read releases the interrupt line
|
||||||
*doppler_index = readval;
|
*doppler_index = readval;
|
||||||
|
|
||||||
readval = d_map_base[15]; // read dummy (to be removed)
|
readval = d_map_base[8];
|
||||||
|
*total_blk_exp = readval;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user