diff options
| author | drowe67 <[email protected]> | 2024-04-06 05:32:33 +1030 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2024-04-06 05:32:33 +1030 |
| commit | ffd020cde617d502ad97ae1848ecb60a7290fb7c (patch) | |
| tree | 13b2ae67f1b3f794a2cbe3b198106ad9eac7a7f5 | |
| parent | 1fd68ac6f2868d79fcdb816e57b9f0f926a49588 (diff) | |
freedv 2020 build issue
| -rw-r--r-- | src/freedv_2020.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/freedv_2020.c b/src/freedv_2020.c index 83e1f54..a1a3d31 100644 --- a/src/freedv_2020.c +++ b/src/freedv_2020.c @@ -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; } |
