Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make compatible with 3.7.9.1 release.
  • Loading branch information
drmpeg committed Mar 12, 2018
1 parent af264a5 commit dbe4079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dvbtx_ofdm_sym_acquisition_impl.cc
Expand Up @@ -48,7 +48,7 @@ namespace gr {
int
dvbtx_ofdm_sym_acquisition_impl::peak_detect_process(const float * datain, const int datain_length, int * peak_pos, int * peak_max)
{
uint16_t peak_index = 0;
uint32_t peak_index = 0;
int peak_pos_length = 0;

volk_32f_index_max_16u(&peak_index, &datain[0], datain_length);
Expand Down

0 comments on commit dbe4079

Please sign in to comment.