freedv 2020 build issue

This commit is contained in:
drowe67 2024-04-06 05:32:33 +10:30 committed by David Rowe
parent 1fd68ac6f2
commit ffd020cde6

View file

@ -279,8 +279,8 @@ int freedv_comprx_2020(struct freedv *f, COMP demod_in[]) {
uint8_t out_char[coded_bits_per_frame];
if (f->test_frames) {
Nerrs_raw = count_uncoded_errors(ldpc, &f->ofdm->config,
codeword_symbols_de, payload_amps_de, 0);
Nerrs_raw = count_uncoded_errors(
ldpc, &f->ofdm->config, codeword_symbols_de, codeword_amps_de, 0);
f->total_bit_errors += Nerrs_raw;
f->total_bits += f->ofdm_bitsperframe;
}