Whoops, pasted wrong change

This commit is contained in:
SzymonPriv 2023-04-25 12:49:58 +01:00 committed by GitHub
parent a86395c550
commit fd6668e8c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1329,7 +1329,7 @@ void app_process_rec_packet (int chan, int subchan, int slice, packet_t pp, alev
else {
text_color_set(DW_COLOR_DECODED);
if (is_fx25) { // really means 'FEC enabled'
if (X_fx25_xmit_enable > 0) {
if (audio_config.achan[0].layer2_xmit == LAYER2_FX25) {
dw_printf("[FX.25] ");
} else {
dw_printf("[IL2P] ");