mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-17 15:47:15 +00:00
Revert changes of bits_slices struct since it was not decoding the navigation message properly
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@205 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
@@ -129,7 +129,7 @@ int gps_l1_ca_observables_cc::general_work (int noutput_items, gr_vector_int &ni
|
||||
Gnss_Synchro **in = (Gnss_Synchro **) &input_items[0]; //Get the input pointer
|
||||
Gnss_Synchro **out = (Gnss_Synchro **) &output_items[0]; //Get the output pointer
|
||||
|
||||
const unsigned int cd_channels = d_nchannels;
|
||||
Gnss_Synchro current_gnss_synchro[d_nchannels];
|
||||
|
||||
Gnss_Synchro current_gnss_synchro[cd_channels];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user