Skip to content

Commit 9b36294

Browse files
committed
TXINH logic was reversed
1 parent c15c3ee commit 9b36294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: hdlc_rec.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ int hdlc_rec_data_detect_any (int chan)
678678
}
679679
close (fd);
680680

681-
if (atoi(vtemp) == save_audio_config_p->achan[chan].txinh.invert) busy = 1;
681+
if (atoi(vtemp) != save_audio_config_p->achan[chan].txinh.invert) busy = 1;
682682
}
683683
#endif
684684

0 commit comments

Comments
 (0)