TXINH logic was reversed

This commit is contained in:
Alex Swedenburg 2015-11-13 09:13:10 -07:00
parent c15c3ee0fd
commit 9b36294efa
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ int hdlc_rec_data_detect_any (int chan)
} }
close (fd); close (fd);
if (atoi(vtemp) == save_audio_config_p->achan[chan].txinh.invert) busy = 1; if (atoi(vtemp) != save_audio_config_p->achan[chan].txinh.invert) busy = 1;
} }
#endif #endif