Skip to content

Commit

Permalink
freedv 2020 build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
drowe67 committed Apr 5, 2024
1 parent 1fd68ac commit ffd020c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/freedv_2020.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ffd020c

Please sign in to comment.